##// END OF EJS Templates
link to /edit/ on files
link to /edit/ on files

File last commit:

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