##// END OF EJS Templates
Replacing a for-in loop by an index loop on an array, to avoid enumerating inherited properties
Replacing a for-in loop by an index loop on an array, to avoid enumerating inherited properties

File last commit:

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