[Zope3-checkins] CVS: Zope3/src/zope/app/fssync/tests -
test_committer.py:1.16.6.1
Jim Fulton
jim at zope.com
Mon Sep 8 15:22:08 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/fssync/tests
In directory cvs.zope.org:/tmp/cvs-serv20092/src/zope/app/fssync/tests
Modified Files:
Tag: parentgeddon-branch
test_committer.py
Log Message:
Checking in work in progress on parentgeddon-branch so Fred can help
me to get the tests passing. Specific log entries will be provided
when we merge this into the head.
=== Zope3/src/zope/app/fssync/tests/test_committer.py 1.16 => 1.16.6.1 ===
--- Zope3/src/zope/app/fssync/tests/test_committer.py:1.16 Sun Aug 17 02:06:38 2003
+++ Zope3/src/zope/app/fssync/tests/test_committer.py Mon Sep 8 14:21:37 2003
@@ -30,7 +30,7 @@
from zope.fssync.tests.mockmetadata import MockMetadata
from zope.fssync.tests.tempfiles import TempFiles
-from zope.app.interfaces.container import IContainer, IZopeContainer
+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 ITraversable
@@ -51,7 +51,7 @@
class PretendContainer(object):
- implements(IContainer, ITraversable, IZopeContainer)
+ implements(IContainer, ITraversable)
def __init__(self):
self.holding = {}
More information about the Zope3-Checkins
mailing list