##// END OF EJS Templates
Fix tox.ini...
Fix tox.ini Prior to this patch, test for Python 3.2 failed. Also, arguments can be passed to iptest via tox command now. e.g.: `tox -- IPython.core`

File last commit:

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