[Zope3-checkins] CVS: Zope3/src/zope/app/dublincore/tests -
test_creatorannotator.py:1.11
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:21:46 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/dublincore/tests
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/dublincore/tests
Modified Files:
test_creatorannotator.py
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py:1.10 Mon Mar 8 07:05:56 2004
+++ Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py Sat Mar 13 10:21:15 2004
@@ -16,7 +16,7 @@
$Id$
"""
from unittest import TestCase, TestSuite, main, makeSuite
-from zope.app.services.tests.placefulsetup import PlacefulSetup
+from zope.app.site.tests.placefulsetup import PlacefulSetup
from zope.testing.cleanup import CleanUp
from zope.interface import Interface, implements
More information about the Zope3-Checkins
mailing list