Commit 16722090 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Use Core Folder.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11859 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0b64536
...@@ -35,7 +35,7 @@ from types import TupleType, StringType ...@@ -35,7 +35,7 @@ from types import TupleType, StringType
import re import re
from Products.CMFCore import CMFCorePermissions from Products.CMFCore import CMFCorePermissions
from Products.ERP5Type.Document.Folder import Folder from Products.ERP5Type.Core.Folder import Folder
from Products.CMFActivity.ActiveResult import ActiveResult from Products.CMFActivity.ActiveResult import ActiveResult
from Products.PythonScripts.Utility import allow_class from Products.PythonScripts.Utility import allow_class
from AccessControl import ClassSecurityInfo, Permissions from AccessControl import ClassSecurityInfo, Permissions
......
...@@ -34,7 +34,7 @@ from Acquisition import aq_base, aq_inner, aq_parent ...@@ -34,7 +34,7 @@ from Acquisition import aq_base, aq_inner, aq_parent
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5Type import PropertySheet from Products.ERP5Type import PropertySheet
from Products.ERP5Type.Document.Folder import Folder from Products.ERP5Type.Core.Folder import Folder
from Products.CMFCategory.Renderer import Renderer from Products.CMFCategory.Renderer import Renderer
from Products.ERP5Type.Utils import sortValueList from Products.ERP5Type.Utils import sortValueList
......
...@@ -31,7 +31,7 @@ from Products.CMFCore.utils import UniqueObject ...@@ -31,7 +31,7 @@ from Products.CMFCore.utils import UniqueObject
from Products.ERP5Type.Tool.BaseTool import BaseTool from Products.ERP5Type.Tool.BaseTool import BaseTool
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Globals import InitializeClass, DTMLFile from Globals import InitializeClass, DTMLFile
from Products.ERP5Type.Document.Folder import Folder from Products.ERP5Type.Core.Folder import Folder
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5Subversion import _dtmldir from Products.ERP5Subversion import _dtmldir
from Products.ERP5Subversion.SubversionClient import newSubversionClient from Products.ERP5Subversion.SubversionClient import newSubversionClient
......
...@@ -30,7 +30,7 @@ from Globals import Persistent, PersistentMapping ...@@ -30,7 +30,7 @@ from Globals import Persistent, PersistentMapping
from SyncCode import SyncCode from SyncCode import SyncCode
from Subscription import Subscription from Subscription import Subscription
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5Type.Document.Folder import Folder from Products.ERP5Type.Core.Folder import Folder
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import PropertySheet from Products.ERP5Type import PropertySheet
from zLOG import LOG from zLOG import LOG
......
...@@ -32,7 +32,7 @@ from SyncCode import SyncCode ...@@ -32,7 +32,7 @@ from SyncCode import SyncCode
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.CMFCore.utils import getToolByName from Products.CMFCore.utils import getToolByName
from Acquisition import Implicit, aq_base from Acquisition import Implicit, aq_base
from Products.ERP5Type.Document.Folder import Folder 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
......
...@@ -29,7 +29,7 @@ ERP portal_synchronizations tool. ...@@ -29,7 +29,7 @@ ERP portal_synchronizations tool.
""" """
from OFS.SimpleItem import SimpleItem from OFS.SimpleItem import SimpleItem
from Products.ERP5Type.Document.Folder import Folder from Products.ERP5Type.Core.Folder import Folder
from Products.ERP5Type.Base import Base from Products.ERP5Type.Base import Base
from Products.CMFCore.utils import UniqueObject from Products.CMFCore.utils import UniqueObject
from Globals import InitializeClass, DTMLFile, PersistentMapping, Persistent from Globals import InitializeClass, DTMLFile, PersistentMapping, Persistent
...@@ -66,6 +66,8 @@ class SynchronizationTool( SubscriptionSynchronization, PublicationSynchronizati ...@@ -66,6 +66,8 @@ class SynchronizationTool( SubscriptionSynchronization, PublicationSynchronizati
UniqueObject, Folder): UniqueObject, Folder):
""" """
This tool implements the synchronization algorithm This tool implements the synchronization algorithm
TODO: XXX-Please use BaseTool
""" """
......
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