##// END OF EJS Templates
Merge pull request #8005 from minrk/files-as-file...
Merge pull request #8005 from minrk/files-as-file Get /files/ unmodified from contents

File last commit:

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