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