##// END OF EJS Templates
Mark test_push_numpy_nocopy as a known failure for Python 3 (gh-1699)
Mark test_push_numpy_nocopy as a known failure for Python 3 (gh-1699)

File last commit:

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