[Erp5-report] r40407 jerome - /erp5/trunk/products/ERP5Type/Tool/CacheTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 19 11:51:21 CET 2010


Author: jerome
Date: Fri Nov 19 11:51:20 2010
New Revision: 40407

URL: http://svn.erp5.org?rev=40407&view=rev
Log:
was not possible to view cache tool 

Modified:
    erp5/trunk/products/ERP5Type/Tool/CacheTool.py

Modified: erp5/trunk/products/ERP5Type/Tool/CacheTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Tool/CacheTool.py?rev=40407&r1=40406&r2=40407&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Tool/CacheTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Tool/CacheTool.py [utf8] Fri Nov 19 11:51:20 2010
@@ -62,9 +62,6 @@ class CacheTool(BaseTool):
   security.declareProtected( Permissions.ManagePortal, 'cache_tool_statistics')
   cache_tool_statistics = DTMLFile('cache_tool_statistics', _dtmldir)
 
-  def __init__(self):
-    BaseTool.__init__(self)
-
   security.declareProtected(Permissions.AccessContentsInformation, 'getCacheFactoryList')
   def getCacheFactoryList(self):
     """ Return available cache factories """




More information about the Erp5-report mailing list