##// END OF EJS Templates
Latex book & article implementations
Latex book & article implementations

File last commit:

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