##// END OF EJS Templates
Fix ansi color code for background yellow
r12095:e56282ad
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *