##// END OF EJS Templates
Merge pull request #4137 from takluyver/restore-autorestore...
Merge pull request #4137 from takluyver/restore-autorestore Restore autorestore option for storemagic It is now StoreMagics.autorestore rather than StoreMagic.autorestore (note the extra s). Closes #4078

File last commit:

r3410:21647ae3
r12344:91ee2b2f merge
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *