[Zope-Checkins] CVS: Zope/lib/python/OFS - Image.py:1.136
Andreas Jung
andreas@digicool.com
Wed, 10 Apr 2002 11:45:31 -0400
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv29404/lib/python/OFS
Modified Files:
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.135 => 1.136 ===
_properties=({'id':'title', 'type': 'string'},
- {'id':'content_type', 'type':'string'},
+ {'id':'content_type', 'type':'string','mode':'w'},
{'id':'height', 'type':'string'},
{'id':'width', 'type':'string'},
)