def __init__(self, status): Action.__init__(self) self.status = status self.text = status.cleaned()
def __init__(self, text): Action.__init__(self) self.text = text