[Zope3-checkins] CVS: Zope3/src/zope/app/bundle/browser - __init__.py:1.4

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


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

Modified Files:
	__init__.py 
Log Message:


Updated to reflect changes in Publisher API.




=== Zope3/src/zope/app/bundle/browser/__init__.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/bundle/browser/__init__.py:1.3	Sat Mar 13 13:01:10 2004
+++ Zope3/src/zope/app/bundle/browser/__init__.py	Fri Mar 19 15:26:23 2004
@@ -40,7 +40,7 @@
      IRegistration, RegisteredStatus, ActiveStatus, UnregisteredStatus
 from zope.app.site.interfaces import IServiceRegistration
 from zope.component import ComponentLookupError
-from zope.publisher.browser import BrowserView
+from zope.app.publisher.browser import BrowserView
 
 class BundleView(BrowserView):
 




More information about the Zope3-Checkins mailing list