def create_action(self): """ Create action from Actions module """ self.action = create_action(self)
def __init__(self, thread): """ Initialize the execution with the parent thread """ AbstractExecution.__init__(self, thread) self.action = create_action(self.block)