##// END OF EJS Templates
#Parece todo ok...
ralonso -
r79:80
parent child
Show More
@@ -32,15 +32,23
32 No newline at end of file
32
33 def setupUi2(self): No newline at end of file
33 def setupUi2(self):
34 No newline at end of file
34
35
No newline at end of file
36 self.var_real_principal = False
No newline at end of file
37
No newline at end of file
38 self.var_real_detect_devices = False
No newline at end of file
39 No newline at end of file
35 self.var_real_iso = True No newline at end of file
40 self.var_real_iso = True
36 self.var_real_burn = False No newline at end of file
41 self.var_real_burn = False
37 self.var_real_check = False No newline at end of file
42 self.var_real_check = False
38 self.var_real_eject = False No newline at end of file
43 self.var_real_eject = False
44
No newline at end of file
45 self.var_real_show_cmd = True
No newline at end of file
46
No newline at end of file
47 if self.var_real_detect_devices == True: No newline at end of file
39 # Reconocimiento de los dispositivos de grabacion
48 # Reconocimiento de los dispositivos de grabacion
No newline at end of file
49 functions2.detect_devices(self)
40 # functions2.detect_devices(self) #busca los dispositivos de grabacion
No newline at end of file
No newline at end of file
50 else:
41 ####################################
No newline at end of file
No newline at end of file
51 functions2.set_devices_test(self) No newline at end of file
42 functions2.set_devices_test(self) ############
No newline at end of file
43 #################################### No newline at end of file
44 No newline at end of file
52
45 #Inicialiazacion de variables No newline at end of file
53 #Inicialiazacion de variables
46 self.var_Discs = 0 #Numero de discos del proyecto No newline at end of file
54 self.var_Discs = 0 #Numero de discos del proyecto
General Comments 0
You need to be logged in to leave comments. Login now