##// END OF EJS Templates
i1673 some DRY refactoring
i1673 some DRY refactoring

File last commit:

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