##// END OF EJS Templates
Get rid of keys magic; make the keys very explicit
Get rid of keys magic; make the keys very explicit

File last commit:

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