[Zope3-checkins] CVS: Zope3/src/zope/app/dublincore/tests - test_creatorannotator.py:1.2

Martijn Faassen m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:16 -0400


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

Modified Files:
	test_creatorannotator.py 
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)


=== Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py:1.1	Thu Mar 27 07:51:47 2003
+++ Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py	Thu May  1 15:35:15 2003
@@ -23,7 +23,6 @@
 from zope.interface import Interface
 from zope.component.adapter import provideAdapter
 
-from zope.app.interfaces.annotation import IAnnotations
 from zope.app.dublincore.creatorannotator import CreatorAnnotator
 from zope.app.interfaces.dublincore import IZopeDublinCore
 from zope.app.interfaces.security import IPrincipal