Commit f09d9819 authored by Jérome Perrin's avatar Jérome Perrin

fix WARNING Init Class

Products.ERP5.Tool.IntrospectionTool.IntrospectionTool has a security
declaration for nonexistent method 'getLocalFile'



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26252 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ad69af5
......@@ -108,7 +108,6 @@ class IntrospectionTool(BaseTool):
return erp5_module_list
security.declareProtected(Permissions.ManagePortal, 'getLocalFile')
def _getLocalFile(self, REQUEST, RESPONSE, file_path,
tmp_file_path='/tmp/', compressed=1):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment