##// END OF EJS Templates
Backport PR #3960: Don't make sphinx a dependency for importing nbconvert...
Backport PR #3960: Don't make sphinx a dependency for importing nbconvert Just move the import so it doesn't fire unless sphinx is used. Even though it's trivial, probably not for 1.0.

File last commit:

r8121:66727cb1
r12128:71cff2af
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
import sys
print sys.argv[1:]