[Erp5-report] r26252 - /erp5/trunk/products/ERP5/Tool/IntrospectionTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 2 12:46:20 CEST 2009


Author: jerome
Date: Thu Apr  2 12:46:17 2009
New Revision: 26252

URL: http://svn.erp5.org?rev=26252&view=rev
Log:
fix WARNING Init Class
Products.ERP5.Tool.IntrospectionTool.IntrospectionTool has a security
declaration for nonexistent method 'getLocalFile'


Modified:
    erp5/trunk/products/ERP5/Tool/IntrospectionTool.py

Modified: erp5/trunk/products/ERP5/Tool/IntrospectionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/IntrospectionTool.py?rev=26252&r1=26251&r2=26252&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/IntrospectionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/IntrospectionTool.py [utf8] Thu Apr  2 12:46:17 2009
@@ -108,7 +108,6 @@
 
     return erp5_module_list
 
-  security.declareProtected(Permissions.ManagePortal, 'getLocalFile')
   def _getLocalFile(self, REQUEST, RESPONSE, file_path, 
                          tmp_file_path='/tmp/', compressed=1):
     """




More information about the Erp5-report mailing list