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