Commit 60cab506 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Import CacheFactory Property Sheet like other Property Sheets in ERP5Type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39727 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f5d65e95
......@@ -30,7 +30,6 @@
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
......@@ -58,7 +57,7 @@ class CacheFactory(XMLObject):
property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem
, PropertySheet.Folder
, CacheFactory
, PropertySheet.CacheFactory
)
......
from Base import Base
from CacheFactory import CacheFactory
from DublinCore import DublinCore
from Folder import Folder
from SimpleItem import SimpleItem
......
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