##// END OF EJS Templates
Merge pull request #5592 from minrk/browser-alias...
Merge pull request #5592 from minrk/browser-alias add missing `browser` to notebook_aliases list

File last commit:

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