From 7ea0ef7e9697e8ba99669355a7c8b2949cfa8721 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Thu, 11 Jun 2009 11:08:55 +0000
Subject: [PATCH] ERP5 PropertySheet registry is initialise after Memcached
 Plugin, so import the PropertySheet directly

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27522 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Core/MemcachedPlugin.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/product/ERP5Type/Core/MemcachedPlugin.py b/product/ERP5Type/Core/MemcachedPlugin.py
index 2008ae2771..8265bc283e 100644
--- a/product/ERP5Type/Core/MemcachedPlugin.py
+++ b/product/ERP5Type/Core/MemcachedPlugin.py
@@ -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 @@ class MemcachedPlugin(XMLObject):
   property_sheets = ( PropertySheet.Base
                     , PropertySheet.SimpleItem
                     , PropertySheet.Folder
-                    , PropertySheet.SortIndex
-                    , PropertySheet.Url
+                    , SortIndex
+                    , Url
                     )
-- 
2.30.9