##// END OF EJS Templates
Merge Qt*ChannelMixin up into QtInProcess*Channel classes
Merge Qt*ChannelMixin up into QtInProcess*Channel classes

File last commit:

r13347:54891794
r19210:a023d9be
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *