##// END OF EJS Templates
404 for hidden files to not revleal their existence.
404 for hidden files to not revleal their existence.

File last commit:

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