[Zope3-checkins] CVS: Zope3/src/zope/app/registration/browser/tests - test_editregistration.py:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Mar 19 15:27:02 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/registration/browser/tests
In directory cvs.zope.org:/tmp/cvs-serv11576/src/zope/app/registration/browser/tests

Modified Files:
	test_editregistration.py 
Log Message:


Updated to reflect changes in Publisher API.




=== Zope3/src/zope/app/registration/browser/tests/test_editregistration.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/registration/browser/tests/test_editregistration.py:1.2	Sat Mar 13 16:03:19 2004
+++ Zope3/src/zope/app/registration/browser/tests/test_editregistration.py	Fri Mar 19 15:26:31 2004
@@ -24,7 +24,7 @@
 from zope.app.traversing.interfaces import IContainmentRoot
 from zope.app.site.tests.placefulsetup import PlacefulSetup
 from zope.interface import Interface, implements
-from zope.publisher.browser import BrowserView
+from zope.app.publisher.browser import BrowserView
 from zope.publisher.browser import TestRequest
 from zope.app.container.contained import Contained
 




More information about the Zope3-Checkins mailing list