def __init__(self, new_output):
     CommandLine.__init__(self)
     self.output = new_output
예제 #2
0
 def __init__(self, new_start_message):
     CommandLine.__init__(self)
     self.output = new_start_message
예제 #3
0
 def __init__(self, output):
     CommandLine.__init__(self)
     self.output = output