##// END OF EJS Templates
Don't let invalid aliases crash IPython...
r5190:11bca294
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *