Example #1
0
 def birth(self):
   RootSupervisor.birth(self)
   self.gui = RootSupervisorGUI(self)
Example #2
0
 def arrived(self):
   RootSupervisor.arrived(self)
   self.gui.imigrated(here())
   self.gui.migrate_to(here())