##// 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 | 87 B | text/x-python | PythonLexer
Matthias BUSSONNIER
import jsonpointer and schema from external
r8525 try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *