##// END OF EJS Templates
Merge pull request #815 from cboos/issue481-qt4-input-hook...
Merge pull request #815 from cboos/issue481-qt4-input-hook Fix #481 using custom qt4 input hook. Various other cleanups to inputhook libraries.

File last commit:

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