[Zope3-checkins] CVS: Zope3/src/zope/app/fssync/tests -
test_committer.py:1.16 test_fsregistry.py:1.3
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 17 03:09:44 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/fssync/tests
In directory cvs.zope.org:/tmp/cvs-serv7189/app/fssync/tests
Modified Files:
test_committer.py test_fsregistry.py
Log Message:
Removed unused imports.
=== Zope3/src/zope/app/fssync/tests/test_committer.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/fssync/tests/test_committer.py:1.15 Fri Jun 6 15:29:03 2003
+++ Zope3/src/zope/app/fssync/tests/test_committer.py Sun Aug 17 02:06:38 2003
@@ -24,7 +24,6 @@
from zope.component.adapter import provideAdapter
from zope.app.tests.placelesssetup import PlacelessSetup
from zope.exceptions import NotFoundError
-from zope.testing.cleanup import CleanUp
from zope.xmlpickle import loads, dumps
from zope.fssync import fsutil
=== Zope3/src/zope/app/fssync/tests/test_fsregistry.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/fssync/tests/test_fsregistry.py:1.2 Mon Jun 30 12:52:49 2003
+++ Zope3/src/zope/app/fssync/tests/test_fsregistry.py Sun Aug 17 02:06:38 2003
@@ -19,8 +19,7 @@
from unittest import TestCase, TestSuite, main, makeSuite
from zope.testing.cleanup import CleanUp # Base class w registry cleanup
-from zope.app.interfaces.fssync \
- import IGlobalFSSyncService, IObjectFile, IObjectDirectory
+from zope.app.interfaces.fssync import IGlobalFSSyncService
from zope.interface.verify import verifyObject
from zope.exceptions import DuplicationError, NotFoundError
from zope.app.fssync.tests.sampleclass \
More information about the Zope3-Checkins
mailing list