##// END OF EJS Templates
Move saving to contentmanager...
Move saving to contentmanager Make notebook.save_notebook call contentmanager.save_notebook.

File last commit:

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