##// END OF EJS Templates
Merge pull request #4166 from minrk/localinterfaces...
r12635:62e35db2 merge
Show More
__init__.py
4 lines | 85 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from _jsonschema import *