[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publication/ftp.py
This XXX does not make any sense anymore, since there is no
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jul 8 15:08:15 EDT 2004
Log message for revision 26216:
This XXX does not make any sense anymore, since there is no
traverseName() method in ZopePublication. I think it is outdated.
-=-
Modified: Zope3/trunk/src/zope/app/publication/ftp.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/ftp.py 2004-07-08 19:07:05 UTC (rev 26215)
+++ Zope3/trunk/src/zope/app/publication/ftp.py 2004-07-08 19:08:15 UTC (rev 26216)
@@ -11,11 +11,10 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"""
+"""Test FTP Publication.
$Id$
"""
-
from zope.app.publication.zopepublication import ZopePublication
from zope.component import queryView
@@ -26,9 +25,6 @@
class FTPPublication(ZopePublication):
"""The Publication will do all the work for the FTP"""
- # XXX we will need to adjust traverseName to avoid traversing
- # to views.
-
def callObject(self, request, ob):
method = request['command']
view = queryView(ob, method, request, self)
More information about the Zope3-Checkins
mailing list