##// END OF EJS Templates
fix typo, closes #3462...
fix typo, closes #3462 Thanks to github user @gaulinmp for submitting a bug report and the suggested fix.

File last commit:

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