Example #1
0
 def __init__(self, *args, **kw):
     ZODBGroupManager.__init__(self, *args, **kw)
     self._group_principal_map = OOBTree() # reverse index of groups->principal
Example #2
0
 def __init__(self, *args, **kw):
     ZODBGroupManager.__init__(self, *args, **kw)
     # reverse index of groups->principal
     self._group_principal_map = OOBTree()