[Zope-Checkins] CVS: Zope2 - FTPResponse.py:1.8
andreas@digicool.com
andreas@digicool.com
Thu, 12 Jul 2001 14:16:33 -0400 (EDT)
Update of /cvs-repository/Zope2/ZServer
In directory korak.digicool.com:/tmp/cvs-serv6017/ZServer
Modified Files:
FTPResponse.py
Log Message:
fixed completely broken FTP download of large files
--- Updated File FTPResponse.py in package Zope2 --
--- FTPResponse.py 2001/03/27 03:10:21 1.7
+++ FTPResponse.py 2001/07/12 18:16:32 1.8
@@ -98,8 +98,7 @@
"""
def __str__(self):
- ZServerHTTPResponse.__str__(self)
- return
+ return ZServerHTTPResponse.__str__(self)
def outputBody(self):
pass