Ejemplo n.º 1
0
 def __init__(self, status):
     Action.__init__(self)
     self.status = status
     self.text = status.cleaned()
Ejemplo n.º 2
0
 def __init__(self, text):
     Action.__init__(self)
     self.text = text