##// END OF EJS Templates
Merge branch PR 2445 into master...
Merge branch PR 2445 into master Merge "changes for ironpython" from paweljasinski:ironpython. Merge manualy PR after changing the files mode back to 644.

File last commit:

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