[Zope3-checkins] CVS: Zope3/src/zope/app/publication - http.py:1.7
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:34:31 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/publication
In directory cvs.zope.org:/tmp/cvs-serv1277/src/zope/app/publication
Modified Files:
http.py
Log Message:
Moved a few HTTP-related interfaces to zope.app.http.interfaces, where they
belong.
=== Zope3/src/zope/app/publication/http.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/publication/http.py:1.6 Fri Mar 5 17:09:13 2004
+++ Zope3/src/zope/app/publication/http.py Sat Mar 13 18:34:30 2004
@@ -11,15 +11,14 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
+"""HTTP Publication
$Id$
"""
-
from zope.app.publication.zopepublication import ZopePublication
from zope.component import getView
from zope.publisher.publish import mapply
-from zope.app.interfaces.http import IHTTPException
+from zope.app.http.interfaces import IHTTPException
class HTTPPublication(ZopePublication):
"HTTP-specific support"
More information about the Zope3-Checkins
mailing list