[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/publication/ftp.py Backport rev26216.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Aug 11 16:13:05 EDT 2004


Log message for revision 27026:
  Backport rev26216.
  


Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/publication/ftp.py


-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/publication/ftp.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/publication/ftp.py	2004-08-11 20:12:10 UTC (rev 27025)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/publication/ftp.py	2004-08-11 20:13:04 UTC (rev 27026)
@@ -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