##// END OF EJS Templates
Remove magic for loading templates from module names
Remove magic for loading templates from module names

File last commit:

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