Esempio n. 1
0
 def do_actions_planned(self, send_content, params):
     obj = wanderer.load_plan(self.get_env())
     self.json_response(send_content, obj)
Esempio n. 2
0
 def handleContinue(self, event, state):
     currentAction = get_current_action(self.env)
     set_current_action(self.env, NullAction())
     return [currentAction] + load_plan(self.env)
Esempio n. 3
0
 def handleContinue(self, event, state):
     currentAction = get_current_action(self.env)
     set_current_action(self.env, NullAction())
     return [currentAction]  + load_plan(self.env)
Esempio n. 4
0
 def do_actions_planned(self, send_content, params):
     obj = wanderer.load_plan(self.get_env())
     self.json_response(send_content, obj)