##// END OF EJS Templates
always point py3compat.input to builtin_mod.input...
always point py3compat.input to builtin_mod.input to preserve forwarding overrides made by the Kernel closes #4583

File last commit:

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