##// END OF EJS Templates
fix color in raw_input
fix color in raw_input

File last commit:

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