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