##// END OF EJS Templates
Use IPython.external for pexpect import....
Use IPython.external for pexpect import. This makes irunner safe if the user doesn't have a system install of pexpect. Closes gh-628.

File last commit:

r3408:261328d5
r4399:d49dfb22
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from pyparsing import *
except ImportError:
from _pyparsing import *