[CMF-checkins] CVS: Products/CMFCore - FSObject.py:1.14.12.4
Tres Seaver
tseaver at palladion.com
Thu Jul 7 10:57:03 EDT 2005
Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv16640/CMFCore
Modified Files:
Tag: CMF-1_4-branch
FSObject.py
Log Message:
- Make role settings in .metadata files work (collector #359).
=== Products/CMFCore/FSObject.py 1.14.12.3 => 1.14.12.4 ===
--- Products/CMFCore/FSObject.py:1.14.12.3 Thu Jun 3 03:42:26 2004
+++ Products/CMFCore/FSObject.py Thu Jul 7 10:56:33 2005
@@ -20,6 +20,7 @@
import Acquisition, Globals
from AccessControl import ClassSecurityInfo
+from AccessControl.Role import RoleManager
from OFS.SimpleItem import Item
from DateTime import DateTime
from Products.PythonScripts.standard import html_quote
@@ -31,7 +32,7 @@
from OFS.Cache import Cacheable
-class FSObject(Acquisition.Implicit, Item, Cacheable):
+class FSObject(Acquisition.Implicit, Item, Cacheable, RoleManager):
"""FSObject is a base class for all filesystem based look-alikes.
Subclasses of this class mimic ZODB based objects like Image and
More information about the CMF-checkins
mailing list