##// END OF EJS Templates
py3compat._modify_str_or_docstring should check against basestring
py3compat._modify_str_or_docstring should check against basestring

File last commit:

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