##// END OF EJS Templates
Merge pull request #1496 from rkern/fix-finalize-displayhook...
Merge pull request #1496 from rkern/fix-finalize-displayhook BUG: LBYL when clearing the output history on shutdown. closes #1241 closes #676

File last commit:

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