[Zope-Checkins] CVS: Zope2 - SecurityInfo.py:1.8

Jeffrey Shell jeffrey@digicool.com
Thu, 8 Feb 2001 11:45:36 -0500 (EST)


Update of /cvs-repository/Zope2/lib/python/AccessControl
In directory korak.digicool.com:/home/jeffrey/SoftwareHomes/ZopeTrunk/lib/python/AccessControl

Modified Files:
	SecurityInfo.py 
Log Message:
Fixed a problem in apply where the __ac_permissions__ structure gets
built and a dictionary was being found where a list was expected (the
dictionary was in the form of {'rolename':1}, used to set the default
roles for a permission.  Changed the line to get the keys of the
dictionary).