##// END OF EJS Templates
Revert "Temporary fix to work around #1057."...
Revert "Temporary fix to work around #1057." This reverts commit 65546bf8a85a3fdf359d0784204360e9ecdc95ec, done to temporaly fixed a race condition introduced by #956, next commits should fixe this race condition

File last commit:

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