##// END OF EJS Templates
Expose InteractiveShell instance to user as _ipy.
Expose InteractiveShell instance to user as _ipy.

File last commit:

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