[Zope-Checkins] CVS: Zope2 - PermissionRole.py:1.8
Jim Fulton
jim@digicool.com
Mon, 20 Nov 2000 05:51:21 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/AccessControl
In directory korak.digicool.com:/tmp/cvs-serv17050
Modified Files:
PermissionRole.py
Log Message:
Changed the __of__ method of PermissionRole to go ahead and compute
the roles if it is called with a wrapped object.
Changed the role computing logic to always use aq_inner when getting
a parent to make sure it follows the containment context.