[Zope3-checkins] CVS: Zope3/src/zope/app/fssync/tests - sampleclass.py:1.4 test_committer.py:1.21

Fred L. Drake, Jr. fred at zope.com
Tue Jan 13 14:32:53 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/fssync/tests
In directory cvs.zope.org:/tmp/cvs-serv19335/src/zope/app/fssync/tests

Modified Files:
	sampleclass.py test_committer.py 
Log Message:
rename z.a.fssync.classes to z.fssync.entryadapter


=== Zope3/src/zope/app/fssync/tests/sampleclass.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/fssync/tests/sampleclass.py:1.3	Fri Jun  6 15:28:21 2003
+++ Zope3/src/zope/app/fssync/tests/sampleclass.py	Tue Jan 13 14:32:22 2004
@@ -16,7 +16,7 @@
 $Id$
 """
 
-from zope.app.interfaces.fssync import IObjectDirectory, IObjectFile
+from zope.fssync.server.interfaces import IObjectDirectory, IObjectFile
 from zope.interface import implements
 
 class C1: "C1 Doc"


=== Zope3/src/zope/app/fssync/tests/test_committer.py 1.20 => 1.21 ===
--- Zope3/src/zope/app/fssync/tests/test_committer.py:1.20	Tue Jan 13 11:59:31 2004
+++ Zope3/src/zope/app/fssync/tests/test_committer.py	Tue Jan 13 14:32:22 2004
@@ -27,13 +27,13 @@
 
 from zope.xmlpickle import loads, dumps
 from zope.fssync import fsutil
+from zope.fssync.server.entryadapter import DefaultFileAdpater
 from zope.fssync.tests.mockmetadata import MockMetadata
 from zope.fssync.tests.tempfiles import TempFiles
 
 from zope.app.content.fssync import DirectoryAdapter
 from zope.app.interfaces.container import IContainer
 from zope.app.interfaces.file import IFileFactory, IDirectoryFactory
-from zope.app.interfaces.fssync import IGlobalFSSyncService
 from zope.app.interfaces.traversing import IContainmentRoot
 from zope.app.interfaces.traversing import ITraversable, ITraverser
 from zope.app.location import Location
@@ -42,7 +42,7 @@
 from zope.app.fssync import committer # The module
 from zope.app.fssync.committer import Checker, Committer, SynchronizationError
 from zope.app.fssync.fsregistry import provideSynchronizer, fsRegistry
-from zope.app.fssync.classes import DefaultFileAdpater
+from zope.app.interfaces.fssync import IGlobalFSSyncService
 
 
 class Sample(object):




More information about the Zope3-Checkins mailing list