[Zope-Checkins] CVS: Zope/lib/python/OFS - Image.py:1.141.4.4

Casey Duncan casey@zope.com
Tue, 17 Dec 2002 10:09:40 -0500


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv3457/OFS

Modified Files:
      Tag: Zope-2_6-branch
	Image.py 
Log Message:
Rollback fix for collector #342


=== Zope/lib/python/OFS/Image.py 1.141.4.3 => 1.141.4.4 ===
--- Zope/lib/python/OFS/Image.py:1.141.4.3	Mon Dec 16 19:40:23 2002
+++ Zope/lib/python/OFS/Image.py	Tue Dec 17 10:09:39 2002
@@ -376,7 +376,6 @@
 
         data=self.data
         if type(data) is type(''): 
-            RESPONSE.setBase(None)
             return data
 
         while data is not None: