[Zope3-checkins] CVS: Zope3/src/zope/publisher/tests -
test_http.py:1.25
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 15 12:32:50 EST 2004
Update of /cvs-repository/Zope3/src/zope/publisher/tests
In directory cvs.zope.org:/tmp/cvs-serv29293/src/zope/publisher/tests
Modified Files:
test_http.py
Log Message:
Fix test. Ughh, this one depends still on zope.app! :-(
=== Zope3/src/zope/publisher/tests/test_http.py 1.24 => 1.25 ===
--- Zope3/src/zope/publisher/tests/test_http.py:1.24 Mon Mar 8 07:06:27 2004
+++ Zope3/src/zope/publisher/tests/test_http.py Mon Mar 15 12:32:49 2004
@@ -18,7 +18,7 @@
import unittest
# XXX evil zope.app imports :(
-from zope.app.services.tests.placefulsetup import PlacefulSetup
+from zope.app.site.tests.placefulsetup import PlacefulSetup
from zope.app.security.interfaces import IPrincipal
# XX, Hm, zope.component dependency is suspect
More information about the Zope3-Checkins
mailing list