##// END OF EJS Templates
adjust how canning deals with import strings...
adjust how canning deals with import strings * imports should only happen once * errors should only be logged when *user* imports fail (not no-numpy)

File last commit:

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