##// END OF EJS Templates
Merge pull request #4328 from abhinav-upadhyay/unused-variable...
Merge pull request #4328 from abhinav-upadhyay/unused-variable Remove unused loop variable.

File last commit:

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