##// END OF EJS Templates
Backport PR #6249: always use HTTPS getting mathjax from CDN...
Backport PR #6249: always use HTTPS getting mathjax from CDN Is there any reason not to do this now? closes #6246

File last commit:

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