[Zope-Checkins] CVS: Zope3 - z3.py:1.1.2.5
Shane Hathaway
shane@digicool.com
Mon, 19 Nov 2001 15:53:57 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv27687
Modified Files:
Tag: Zope-3x-branch
z3.py
Log Message:
Fixed missing import
=== Zope3/z3.py 1.1.2.4 => 1.1.2.5 ===
here] + filter(None, sys.path)
-
+from Zope.Publisher.Browser.IBrowserPublisher import IBrowserPublisher
from Zope.App.ZopePublication.ZopePublication import BrowserPublication
from Zope.Publisher.HTTP.BrowserPayload import BrowserRequestPayload, \
BrowserResponsePayload