##// END OF EJS Templates
Merge pull request #3759 from jdfreder/help_fix...
Merge pull request #3759 from jdfreder/help_fix nbconvert: Provide a more useful error for invalid use case. We now print the help message if no notebooks were converted

File last commit:

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