##// END OF EJS Templates
Make ProcessHandler.sh a property
Make ProcessHandler.sh a property

File last commit:

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