Exemplo n.º 1
0
 def __init__(self, tracker, nodecreator):
     TreeRootNode.__init__(self, tracker, nodecreator)
     self.alarms = []
Exemplo n.º 2
0
 def __init__(self, *a, **kw):
     alarms.RootMixin.__init__(self)
     TreeRootNode.__init__(self, *a, **kw)