##// END OF EJS Templates
first line is now a summary
first line is now a summary

File last commit:

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