[Erp5-report] r27173 - /erp5/trunk/products/ERP5Type/Core/ZODBCache.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 26 09:58:12 CEST 2009


Author: nicolas
Date: Tue May 26 09:58:12 2009
New Revision: 27173

URL: http://svn.erp5.org?rev=27173&view=rev
Log:
Rename ZODB Cache

Modified:
    erp5/trunk/products/ERP5Type/Core/ZODBCache.py

Modified: erp5/trunk/products/ERP5Type/Core/ZODBCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Core/ZODBCache.py?rev=27173&r1=27172&r2=27173&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Core/ZODBCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Core/ZODBCache.py [utf8] Tue May 26 09:58:12 2009
@@ -40,12 +40,12 @@
   ZODBCache is a Zope (persistent) representation of 
   the ZODB based real cache plugin object.
   """
-  meta_type = 'ERP5 Zodb Cache'
-  portal_type = 'Zodb Cache'
+  meta_type = 'ERP5 ZODB Cache'
+  portal_type = 'ZODB Cache'
   isPortalContent = 1
   isRADContent = 1
   allowed_types = ()
-    
+
   security = ClassSecurityInfo()
   security.declareProtected(Permissions.ManagePortal,
                             'manage_editProperties',




More information about the Erp5-report mailing list