##// END OF EJS Templates
Set tabindex -1, use codemirror's events
Set tabindex -1, use codemirror's events

File last commit:

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