GroupManagerUD thing

This commit is contained in:
Zach 2015-03-08 05:47:49 -05:00
parent 44fe794599
commit c99492ee81

View file

@ -6,7 +6,6 @@ class GroupManagerUD(DistributedObjectUD.DistributedObjectUD):
def __init__(self, air): def __init__(self, air):
DistributedObjectUD.DistributedObjectUD.__init__(self, air) DistributedObjectUD.DistributedObjectUD.__init__(self, air)
self.air = air
def announceGenerate(self): def announceGenerate(self):
DistributedObjectUD.DistributedObjectUD.announceGenerate(self) DistributedObjectUD.DistributedObjectUD.announceGenerate(self)