##// END OF EJS Templates
python3 does not like adding lists and map results...
python3 does not like adding lists and map results Thanks to @takluyver for pointing this out

File last commit:

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