From f09d98199772c12d2a132259aaebb804d8cd39a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 2 Apr 2009 10:46:17 +0000
Subject: [PATCH] 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
---
 product/ERP5/Tool/IntrospectionTool.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/Tool/IntrospectionTool.py b/product/ERP5/Tool/IntrospectionTool.py
index 073c2ebe06..5de1e4d9cf 100644
--- a/product/ERP5/Tool/IntrospectionTool.py
+++ b/product/ERP5/Tool/IntrospectionTool.py
@@ -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):
     """
-- 
2.30.9