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