##// END OF EJS Templates
Backport PR #6279: minor updates to release scripts...
Backport PR #6279: minor updates to release scripts - unicode fixes in github_stats - remove unused Windows and egg bits - update Python 3 builder to 3.4

File last commit:

r13347:54891794
r17583:3799adce
Show More
__init__.py
4 lines | 86 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from ._jsonschema import *