##// END OF EJS Templates
Merge pull request #6555 from minrk/put-back-osx...
Merge pull request #6555 from minrk/put-back-osx put back null gui hook for osx

File last commit:

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