##// END OF EJS Templates
setting the notebook dirty flag is now an event...
setting the notebook dirty flag is now an event set_dirty.Notebook

File last commit:

r8525:61ef7793
r10781:126fe369
Show More
__init__.py
4 lines | 85 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from _jsonschema import *