11 May
2001
11 May
'01
9:23 a.m.
Chris McDonough wrote:
Here Chris, I'll try to solve your pain (untested):
from AccessControl import ModuleSecurityInfo ModuleSecurityInfo('Products').declarePublic('Catalog') ModuleSecurityInfo('Products.Catalog').declarePublic('CatalogError')
Could that we added to PythonScripts/standard.py so I don't have to do it all the time? Is it a patch worthy of the collector? ;-) cheers, Chris