##// END OF EJS Templates
Indicate Py3 vs. Py2 codepath.
Indicate Py3 vs. Py2 codepath.

File last commit:

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