##// END OF EJS Templates
Merge pull request #6901 from minrk/py3-backport-pr...
Merge pull request #6901 from minrk/py3-backport-pr [py3] backport_pr: read patch as bytes

File last commit:

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