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