[Zope-Checkins] CVS: Zope2 - ftp_server.py:1.18
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Mon, 9 Jul 2001 11:13:07 -0400
Update of /cvs-repository/Zope2/ZServer/medusa
In directory serenade:/tmp/cvs-serv12616/ZServer/medusa
Modified Files:
ftp_server.py
Log Message:
--- Updated File ftp_server.py in package Zope2 --
--- ftp_server.py 2001/05/01 11:44:48 1.17
+++ ftp_server.py 2001/07/09 15:13:06 1.18
@@ -882,6 +882,9 @@
# TODO: there's a better way to do this. we need to be able to
# put 'events' in the producer fifo. to do this cleanly we need
# to reposition the 'producer' fifo as an 'event' fifo.
+
+ # dummy function to suppress warnings caused by some FTP clients
+ def handle_connect(self): pass
def close (self):
c = self.channel