[Zope3-checkins] CVS: Zope3/src/zope/app/copypastemove -
tests.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:21:44 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/copypastemove
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/copypastemove
Modified Files:
tests.py
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/copypastemove/tests.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/copypastemove/tests.py:1.2 Sat Mar 6 11:50:19 2004
+++ Zope3/src/zope/app/copypastemove/tests.py Sat Mar 13 10:21:14 2004
@@ -22,7 +22,7 @@
from zope.exceptions import NotFoundError, DuplicationError
from zope.app.traversing import traverse
-from zope.app.services.tests.placefulsetup import PlacefulSetup
+from zope.app.site.tests.placefulsetup import PlacefulSetup
from zope.app.container.interfaces import IContainer
from zope.app.copypastemove.interfaces import IObjectMover
from zope.app.copypastemove import ObjectMover
More information about the Zope3-Checkins
mailing list