##// END OF EJS Templates
don't close_fds on Windows...
don't close_fds on Windows straggler missed in 14b007d closes #3244 (again)

File last commit:

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