##// END OF EJS Templates
Merge pull request #6916 from minrk/finish-5659...
Merge pull request #6916 from minrk/finish-5659 add Duplicate button to dashboard

File last commit:

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