[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/HTTP - __init__.py:1.1.4.1 Publication.py:1.1.2.1.2.1
Jim Fulton
jim@zope.com
Tue, 26 Mar 2002 11:55:07 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/HTTP
In directory cvs.zope.org:/tmp/cvs-serv4886/Zope/App/ZopePublication/HTTP
Modified Files:
Tag: Zope3-publisher-refactor-branch
Publication.py
Added Files:
Tag: Zope3-publisher-refactor-branch
__init__.py
Log Message:
Got the BrowserPublisher to pass tests.
The remaining task (aside from writing more tests) is to get the
new server setup working. This should also get the server tests to pass.
=== Added File Zope3/lib/python/Zope/App/ZopePublication/HTTP/__init__.py ===
=== Zope3/lib/python/Zope/App/ZopePublication/HTTP/Publication.py 1.1.2.1 => 1.1.2.1.2.1 ===
"""
-from Zope.App.ZopePublication import ZopePublication
+from Zope.App.ZopePublication.ZopePublication import ZopePublication
class ZopeHTTPPublication(ZopePublication):
"HTTP-specific support"