[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/HTTP - Publication.py:1.1.2.1
Jim Fulton
jim@zope.com
Sat, 16 Mar 2002 09:44:00 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/HTTP
In directory cvs.zope.org:/tmp/cvs-serv24057/python/Zope/App/ZopePublication/HTTP
Added Files:
Tag: Zope-3x-branch
Publication.py
Log Message:
Checking in partial publisher refactoring on the
Zope3-publisher-refactor-branch branch to facilitate collaboration
with Stephan.
=== Added File Zope3/lib/python/Zope/App/ZopePublication/HTTP/Publication.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""
Revision information:
$Id: Publication.py,v 1.1.2.1 2002/03/16 14:43:59 jim Exp $
"""
from Zope.App.ZopePublication import ZopePublication
class ZopeHTTPPublication(ZopePublication):
"HTTP-specific support"
# XXX do we need this?