##// END OF EJS Templates
Merge pull request #3221 from dwyde/remove-html-cell...
Merge pull request #3221 from dwyde/remove-html-cell Remove references to HTMLCell (dead code) Closes #2980.

File last commit:

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