[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/DublinCore/tests - testZDCAnnotatableAdapter.py:1.1.2.2

Jim Fulton jim@zope.com
Fri, 4 Oct 2002 13:30:36 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/DublinCore/tests
In directory cvs.zope.org:/tmp/cvs-serv10951/lib/python/Zope/App/DublinCore/tests

Modified Files:
      Tag: ZopeDublinCore-branch
	testZDCAnnotatableAdapter.py 
Log Message:
Commiting branch prior to merge

=== Zope3/lib/python/Zope/App/DublinCore/tests/testZDCAnnotatableAdapter.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/lib/python/Zope/App/DublinCore/tests/testZDCAnnotatableAdapter.py:1.1.2.1	Thu Oct  3 18:16:49 2002
+++ Zope3/lib/python/Zope/App/DublinCore/tests/testZDCAnnotatableAdapter.py	Fri Oct  4 13:30:05 2002
@@ -20,7 +20,7 @@
 
 from unittest import TestCase, TestSuite, main, makeSuite
 from Zope.App.OFS.Annotation.IAnnotations import IAnnotations
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 
 class TestAnnotations(dict):