##// END OF EJS Templates
exec_files works when specified in config file...
exec_files works when specified in config file also don't treat IOError (file not found) as an unknown failure. closes gh-566

File last commit:

r4053:b45902e3
r4203:d306e585
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *