[Zope3-checkins] CVS: Zope3/src/zope/app/fssync/tests -
test_committer.py:1.30
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 15 08:11:21 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/fssync/tests
In directory cvs.zope.org:/tmp/cvs-serv12586/src/zope/app/fssync/tests
Modified Files:
test_committer.py
Log Message:
Adjust package paths to new location of file representation interfaces.
=== Zope3/src/zope/app/fssync/tests/test_committer.py 1.29 => 1.30 ===
--- Zope3/src/zope/app/fssync/tests/test_committer.py:1.29 Sat Mar 13 16:03:11 2004
+++ Zope3/src/zope/app/fssync/tests/test_committer.py Mon Mar 15 08:10:50 2004
@@ -34,7 +34,8 @@
from zope.fssync.server.entryadapter import DirectoryAdapter
from zope.app.container.interfaces import IContainer
-from zope.app.interfaces.file import IFileFactory, IDirectoryFactory
+from zope.app.filerepresentation.interfaces import IFileFactory
+from zope.app.filerepresentation.interfaces import IDirectoryFactory
from zope.app.traversing.interfaces import IContainmentRoot
from zope.app.traversing.interfaces import ITraversable, ITraverser
from zope.app.location import Location
More information about the Zope3-Checkins
mailing list