##// END OF EJS Templates
Avoid using a temporary variable by returning the value directly.
Avoid using a temporary variable by returning the value directly.

File last commit:

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