[Zope3-checkins] CVS: Zope3/src/zope/app/index/browser/text - 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/text
In directory cvs.zope.org:/tmp/cvs-serv11576/src/zope/app/index/browser/text

Modified Files:
	control.py 
Log Message:


Updated to reflect changes in Publisher API.




=== Zope3/src/zope/app/index/browser/text/control.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/index/browser/text/control.py:1.2	Sat Mar 13 18:55:04 2004
+++ Zope3/src/zope/app/index/browser/text/control.py	Fri Mar 19 15:26:27 2004
@@ -19,7 +19,7 @@
 from zope.component import getService, queryAdapter
 from zope.app.servicenames import HubIds
 from zope.exceptions import NotFoundError
-from zope.publisher.browser import BrowserView
+from zope.app.publisher.browser import BrowserView
 
 from zope.app.traversing import canonicalPath
 from zope.app.dublincore.interfaces import IZopeDublinCore




More information about the Zope3-Checkins mailing list