[Zope-Checkins] CVS: Zope/lib/python/OFS - Image.py:1.141.4.7
Brian Lloyd
brian at zope.com
Mon Jan 19 11:52:10 EST 2004
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv15761
Modified Files:
Tag: Zope-2_6-branch
Image.py
Log Message:
fix 1178 (ftp get)
=== Zope/lib/python/OFS/Image.py 1.141.4.6 => 1.141.4.7 ===
--- Zope/lib/python/OFS/Image.py:1.141.4.6 Tue Jun 17 14:01:13 2003
+++ Zope/lib/python/OFS/Image.py Mon Jan 19 11:52:09 2004
@@ -558,7 +558,9 @@
def __str__(self): return str(self.data)
def __len__(self): return 1
- manage_FTPget=index_html
+ def manage_FTPget(self):
+ """Return body for ftp."""
+ return str(self.data)
manage_addImageForm=DTMLFile('dtml/imageAdd',globals(),
More information about the Zope-Checkins
mailing list