[Zope3-checkins] CVS: Zope3/src/zope/app/index/browser/field - control.py:1.3

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


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

Modified Files:
	control.py 
Log Message:


Updated to reflect changes in Publisher API.




=== Zope3/src/zope/app/index/browser/field/control.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/index/browser/field/control.py:1.2	Sat Mar 13 18:55:04 2004
+++ Zope3/src/zope/app/index/browser/field/control.py	Fri Mar 19 15:26:27 2004
@@ -23,7 +23,7 @@
 from zope.component import getService, queryAdapter
 from zope.exceptions import NotFoundError
 from zope.interface import implements
-from zope.publisher.browser import BrowserView
+from zope.app.publisher.browser import BrowserView
 
 class ControlView(BrowserView):
 




More information about the Zope3-Checkins mailing list