Commit 953aaec4 authored by Nicolas Delaby's avatar Nicolas Delaby

fix ImportError by replace Class importing

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15775 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7c6a9ebd
...@@ -36,7 +36,6 @@ from Products.ERP5Type.Core.Folder import Folder ...@@ -36,7 +36,6 @@ from Products.ERP5Type.Core.Folder import Folder
from Products.ERP5Type.Base import Base from Products.ERP5Type.Base import Base
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5Type import PropertySheet from Products.ERP5Type import PropertySheet
from XMLSyncUtils import XMLSyncUtils
from DateTime import DateTime from DateTime import DateTime
from zLOG import LOG, DEBUG, INFO from zLOG import LOG, DEBUG, INFO
...@@ -586,6 +585,8 @@ def addSubscription( self, id, title='', REQUEST=None ): ...@@ -586,6 +585,8 @@ def addSubscription( self, id, title='', REQUEST=None ):
#class Subscription(SyncCode, Implicit): #class Subscription(SyncCode, Implicit):
#class Subscription(Folder, SyncCode, Implicit, Folder, Impli): #class Subscription(Folder, SyncCode, Implicit, Folder, Impli):
from XMLSyncUtils import XMLSyncUtils
class Subscription(Folder, XMLSyncUtils): class Subscription(Folder, XMLSyncUtils):
""" """
Subscription hold the definition of a master ODB Subscription hold the definition of a master ODB
......
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