##// 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:

r13347:54891794
r18583:a889460a
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *