##// END OF EJS Templates
update builtin test - we don't exec in config objects
update builtin test - we don't exec in config objects

File last commit:

r13347:54891794
r13451:2228dec8
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *