Ejemplo n.º 1
0
 def cleanup(self):
     """
     cleanup the world
     """
     common.killScript((constants.MENU_JAR, constants.MENU_CLASS))
     return True
Ejemplo n.º 2
0
 def cleanup(self):
     """
     cleanup the world
     """
     common.killScript("NERO_Battle/menu.py")
     return True
Ejemplo n.º 3
0
 def cleanup(self):
     """
     cleanup the world
     """
     common.killScript((constants.MENU_JAR, constants.MENU_CLASS))
     return True
Ejemplo n.º 4
0
 def cleanup(self):
     """
     cleanup the world
     """
     common.killScript(self.script)
     return True
Ejemplo n.º 5
0
 def cleanup(self):
     """
     cleanup the world
     """
     common.killScript(self.script)
     return True
Ejemplo n.º 6
0
 def cleanup(self):
     """
     cleanup the world
     """
     common.killScript("NERO_Battle/menu.py")
     return True