##// END OF EJS Templates
Push store_history parameter up to kernelmanager.
Push store_history parameter up to kernelmanager.

File last commit:

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