[Zope-dev] New version of BTreeFolder

Shane Hathaway shane@digicool.com
Mon, 28 Aug 2000 18:29:06 -0400


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