##// 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:

r3408:261328d5
r8081:4bca5d9a
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *