Example #1
0
 def execute(self):
     Base.execute(self)
     print self.text
Example #2
0
 def __init__(self, application, text, commands = None):
     Base.__init__(self, application, None, None, commands)
     self.text = text