##// END OF EJS Templates
Move html templates into separate folder
Move html templates into separate folder

File last commit:

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