##// END OF EJS Templates
updated test for IPython.embed()
updated test for IPython.embed()

File last commit:

r13347:54891794
r14707:a4ac36be
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *