##// END OF EJS Templates
Revert "Simplify"...
Revert "Simplify" This reverts commit fdac8f30fd825e3f359e7cdfc6463829042699da.

File last commit:

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