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

Andreas Jung andreas@digicool.com
Wed, 10 Apr 2002 11:44:31 -0400


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

Modified Files:
      Tag: Zope-2_5-branch
	Image.py 
Log Message:
      - Collector #373: content_type property for Image objects
        are no longer deletable to prevent malfunction.


=== Zope/lib/python/OFS/Image.py 1.134 => 1.134.12.1 ===
 
     _properties=({'id':'title', 'type': 'string'},
-                 {'id':'content_type', 'type':'string'},
-                 {'id':'height', 'type':'string'},
+                 {'id':'content_type', 'type':'string','mode':'w'},
+                 {'id':'height', 'type':'string' },
                  {'id':'width', 'type':'string'},
                  )