##// END OF EJS Templates
update links in notebook help menu
update links in notebook help menu

File last commit:

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