def __init__(self, mirrors, test_file, running, dialog, parent):
     MirrorTest.__init__(self, mirrors, test_file, running)
     self.dialog = dialog
     self.parent = parent
 def __init__(self, mirrors, test_file, running, dialogue, parent):
     MirrorTest.__init__(self, mirrors, test_file, running)
     self.dialogue = dialogue
     self.parent = parent
示例#3
0
 def __init__(self, mirrors, test_file, running, dialog, parent):
     MirrorTest.__init__(self, mirrors, test_file, None, running)
     self.dialog = dialog
     self.parent = parent
 def __init__(self, mirrors, test_file, running, progressbar, label):
     MirrorTest.__init__(self, mirrors, test_file, running)
     self.progress = progressbar
     self.label = label
示例#5
0
 def __init__(self, mirrors, test_file, running, progressbar,
              label):
     MirrorTest.__init__(self, mirrors, test_file, running)
     self.progress = progressbar
     self.label = label