def __init__(self, new_output):
     CommandLine.__init__(self)
     self.output = new_output
Esempio n. 2
0
 def __init__(self, new_start_message):
     CommandLine.__init__(self)
     self.output = new_start_message
Esempio n. 3
0
 def __init__(self, output):
     CommandLine.__init__(self)
     self.output = output