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