Exemplo n.º 1
0
 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
Exemplo n.º 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
Exemplo n.º 4
0
 def __init__(self, mirrors, test_file, running, progressbar, label):
     MirrorTest.__init__(self, mirrors, test_file, running)
     self.progress = progressbar
     self.label = label
Exemplo n.º 5
0
 def __init__(self, mirrors, test_file, running, progressbar,
              label):
     MirrorTest.__init__(self, mirrors, test_file, running)
     self.progress = progressbar
     self.label = label