Ejemplo n.º 1
0
 def create_action(self):
     """
     Create action from Actions module
     """
     self.action = create_action(self)
Ejemplo n.º 2
0
 def __init__(self, thread):
     """
     Initialize the execution with the parent thread
     """
     AbstractExecution.__init__(self, thread)
     self.action = create_action(self.block)
Ejemplo n.º 3
0
 def __init__(self, thread):
     """
     Initialize the execution with the parent thread
     """
     AbstractExecution.__init__(self, thread)
     self.action = create_action(self.block)
Ejemplo n.º 4
0
 def create_action(self):
     """
     Create action from Actions module
     """
     self.action = create_action(self)