##// END OF EJS Templates
Specify encoding in remainining instances of io.open
Specify encoding in remainining instances of io.open

File last commit:

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