##// END OF EJS Templates
Simplify logic for deciding when to auto-detect local namespace and module.
Simplify logic for deciding when to auto-detect local namespace and module.

File last commit:

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