##// END OF EJS Templates
updated parameter name based on suggestion from @takluyver
updated parameter name based on suggestion from @takluyver

File last commit:

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