##// END OF EJS Templates
import from module and not from module.py...
import from module and not from module.py Thanks to Justin Riley for noticing. Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>

File last commit:

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