##// END OF EJS Templates
preserve orig_nbformat when converting 3 to 4...
preserve orig_nbformat when converting 3 to 4 preserves orig_nbformat = 2 in 2->3->4

File last commit:

r10951:31998f30
r18583:a889460a
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *