##// END OF EJS Templates
Added support for custom widget msgs
Added support for custom widget msgs

File last commit:

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