##// END OF EJS Templates
Update api names as per review discussion.
Update api names as per review discussion.

File last commit:

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