##// END OF EJS Templates
require specifying the version for gh-pages...
require specifying the version for gh-pages From now on, we are only maintaining one build of the IPython docs per major release.

File last commit:

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