##// END OF EJS Templates
i1673 don't use __suppress_context__ attribute
i1673 don't use __suppress_context__ attribute

File last commit:

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