##// END OF EJS Templates
Merge pull request #4927 from minrk/no-files-prefix...
Merge pull request #4927 from minrk/no-files-prefix there shouldn't be a 'files/' prefix in FileLink[s]

File last commit:

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