[Zope-Checkins] CVS: Zope/lib/python/OFS - Image.py:1.141.4.5
Andy McKay
andy@agmweb.ca
Tue, 17 Dec 2002 13:38:27 -0500
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv31829
Modified Files:
Tag: Zope-2_6-branch
Image.py
Log Message:
Re-roll back the changes to Image.py now that the HTTPResponse patch is correctly in
=== Zope/lib/python/OFS/Image.py 1.141.4.4 => 1.141.4.5 ===
--- Zope/lib/python/OFS/Image.py:1.141.4.4 Tue Dec 17 10:09:39 2002
+++ Zope/lib/python/OFS/Image.py Tue Dec 17 13:38:27 2002
@@ -376,6 +376,7 @@
data=self.data
if type(data) is type(''):
+ RESPONSE.setBase(None)
return data
while data is not None: