##// END OF EJS Templates
Backport PR #4137: Restore autorestore option for storemagic...
Backport PR #4137: 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
r12345:d88f5f3a
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *