28 Aug
2000
28 Aug
'00
10:29 p.m.
Steve Alexander wrote:
BTreeFolder doesn't do the
from Globals import default__class_init__ default__class_init__(BTreeFolder)
thing.
Does that matter at all?
As none of the classes it is derived from have a __init__ method, I guess not. Or, does default__class_init__ do anything else?
It converts __ac_permissions__ into usable permissions declarations (__roles__ attributes.) default__class_init__ really ought to be there; it's only recently that Brian started saying we need to use it everywhere. I forgot. :-) Shane