[Zope-Checkins] CVS: Zope2 - Image.py:1.94
Brian Lloyd
brian@digicool.com
Thu, 24 Feb 2000 15:09:01 -0500
Update of /cvs-repository/Zope2/lib/python/OFS
In directory korak.digicool.com:/projects/sites/DCP/lib/python/OFS
Modified Files:
Image.py
Log Message:
Fixed a bug in Image.py - the Image and File classes attempted to share
their __ac_permissions__ definition, but this caused the View permission
for File objects to be unsettable since the 'tag' method (which actually
only exists on Images) was in the 'View' permission definition. To fix
this, I gave Image its own __ac_permissions__ structure and got rid of
the reference to 'tag' in the __ac_permissions__ of File.