[Erp5-report] r27174 - /erp5/trunk/products/ERP5Type/Core/CacheFactory.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 26 10:26:32 CEST 2009


Author: nicolas
Date: Tue May 26 10:26:25 2009
New Revision: 27174

URL: http://svn.erp5.org?rev=27174&view=rev
Log:
Update Portal Type id

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

Modified: erp5/trunk/products/ERP5Type/Core/CacheFactory.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Core/CacheFactory.py?rev=27174&r1=27173&r2=27174&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Core/CacheFactory.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Core/CacheFactory.py [utf8] Tue May 26 10:26:25 2009
@@ -48,7 +48,7 @@
   allowed_types = ('ERP5 Ram Cache', 
                    'ERP5 Distributed Ram Cache', 
                    'ERP5 SQL Cache',
-                   'ERP5 Zodb Cache',
+                   'ERP5 ZODB Cache',
                   )
 
   security = ClassSecurityInfo()
@@ -70,7 +70,7 @@
     cache_plugins = self.objectValues(self.allowed_types)
     cache_plugins = map(None, cache_plugins)
     cache_plugins.sort(key=lambda x: x.getIntIndex(0))
-    return  cache_plugins
+    return cache_plugins
 
   security.declareProtected(Permissions.AccessContentsInformation, 'getRamCacheFactory')
   def getRamCacheFactory(self):




More information about the Erp5-report mailing list