##// END OF EJS Templates
Merge pull request #4088 from jdfreder/coalfix...
Merge pull request #4088 from jdfreder/coalfix nbconvert: Fix coalescestreams line with incorrect nesting causing strange behavior closes #4015

File last commit:

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