##// END OF EJS Templates
[NumPyExampleDocstring] link was pointing to raw file
[NumPyExampleDocstring] link was pointing to raw file

File last commit:

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