##// END OF EJS Templates
Merge pull request #7090 from dsblank/master...
Merge pull request #7090 from dsblank/master Allow FileLinks to not recurse into subdirectories

File last commit:

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