def announceGenerate(self):
     DistributedPartyActivity.announceGenerate(self)
     self.activityFSM.request('Active')
Пример #2
0
 def announceGenerate(self):
     self.notify.info('announceGenerate()')
     self.catchTreeZoneEvent = 'fence_floor'
     DistributedPartyActivity.announceGenerate(self)
 def announceGenerate(self):
     self.notify.info("announceGenerate()")
     self.catchTreeZoneEvent = "fence_floor"
     DistributedPartyActivity.announceGenerate(self)