##// END OF EJS Templates
Revert "Better comment"...
Revert "Better comment" This reverts commit 0b94505a7acb2cf2292d054004fe8c439453ed0c.

File last commit:

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