##// END OF EJS Templates
Update inputsplitter to use new input transformers
Update inputsplitter to use new input transformers

File last commit:

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