##// END OF EJS Templates
Merge pull request #5288 from minrk/start-idle...
Merge pull request #5288 from minrk/start-idle Correct initial state of kernel status indicator

File last commit:

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