##// END OF EJS Templates
Remove link to generated C/C++ file (since it would be a 404 error anyway).
Remove link to generated C/C++ file (since it would be a 404 error anyway).

File last commit:

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