[Erp5-report] r27522 - /erp5/trunk/products/ERP5Type/Core/MemcachedPlugin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 11 13:08:59 CEST 2009


Author: nicolas
Date: Thu Jun 11 13:08:55 2009
New Revision: 27522

URL: http://svn.erp5.org?rev=27522&view=rev
Log:
ERP5 PropertySheet registry is initialise after Memcached Plugin, so import the PropertySheet directly

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

Modified: erp5/trunk/products/ERP5Type/Core/MemcachedPlugin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Core/MemcachedPlugin.py?rev=27522&r1=27521&r2=27522&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Core/MemcachedPlugin.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Core/MemcachedPlugin.py [utf8] Thu Jun 11 13:08:55 2009
@@ -30,6 +30,8 @@
 from AccessControl import ClassSecurityInfo
 from Products.ERP5Type.XMLObject import XMLObject
 from Products.ERP5Type import PropertySheet
+from Products.ERP5.PropertySheet.SortIndex import SortIndex
+from Products.ERP5.PropertySheet.Url import Url
 from Products.ERP5Type import Permissions
 
 class MemcachedPlugin(XMLObject):
@@ -53,6 +55,6 @@
   property_sheets = ( PropertySheet.Base
                     , PropertySheet.SimpleItem
                     , PropertySheet.Folder
-                    , PropertySheet.SortIndex
-                    , PropertySheet.Url
+                    , SortIndex
+                    , Url
                     )




More information about the Erp5-report mailing list