##// END OF EJS Templates
Merge pull request #20 from ivanov/5320-last-thing...
Merge pull request #20 from ivanov/5320-last-thing small fixes for #5320

File last commit:

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