##// END OF EJS Templates
use dirty event to set autosaved/unsaved changes...
use dirty event to set autosaved/unsaved changes instead of last-saved timestamp

File last commit:

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