##// END OF EJS Templates
remove link to newparallel branch in connections doc
remove link to newparallel branch in connections doc

File last commit:

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