##// END OF EJS Templates
Widget bootstrap3 fixes
Widget bootstrap3 fixes

File last commit:

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