##// END OF EJS Templates
Minor cleanups after a check with pyflakes of the refactored code.
Minor cleanups after a check with pyflakes of the refactored code.

File last commit:

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