Commit 43aec948 authored by Jérome Perrin's avatar Jérome Perrin

fix a mistake in r34481, we have to import CacheFactory from its "real"

location, because propertysheet repository is not initialized when this file
is imported 


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34484 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 986acb42
......@@ -30,6 +30,8 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions
from Products.ERP5Type.PropertySheet.CacheFactory import CacheFactory
from Products.ERP5Type import PropertySheet
from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type.Cache import CachingMethod
......@@ -56,7 +58,7 @@ class CacheFactory(XMLObject):
property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem
, PropertySheet.Folder
, PropertySheet.CacheFactory
, CacheFactory
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment