##// END OF EJS Templates
3ro segun diagrama...
ralonso -
r78:79
parent child
Show More
@@ -9,6 +9,7
9 9 import subprocess No newline at end of file
10 10 import commands No newline at end of file
11 11 import shutil No newline at end of file
12 import functions2 No newline at end of file
12 13 No newline at end of file
13 14 #--------------------------------------------- Entero a cadena agregando ceros delante ------------------------------------------------- No newline at end of file
14 15 No newline at end of file
@@ -154,7 +154,7
154 154 No newline at end of file
155 155 def make_burning_conf(self): No newline at end of file
156 156 var_file = open("burning.conf","w")
157 No newline at end of file
157 var_n_burned_discs = ( ( (self.var_disc_n - 1) * self.var_Copys) + self.var_copy_n -1 ) No newline at end of file
158 158 var_file.write(str(var_n_burned_discs)+"\n") #0 Numero de discos ya grabados No newline at end of file
159 159 var_file.write(str(self.var_disc_n)+"\n") #1 Disco actual para grabar No newline at end of file
160 160 var_file.write(str(self.var_copy_n)+"\n") #2 Numero de copia actual para grabar No newline at end of file
@@ -32,8 +32,10
32 32 No newline at end of file
33 33 def setupUi2(self): No newline at end of file
34 34
35 No newline at end of file
35 self.var_real = False
No newline at end of file
36 No newline at end of file
36 No newline at end of file
No newline at end of file
37 self.var_real_check = False
No newline at end of file
38 self.var_real_eject = False No newline at end of file
37 39 # Reconocimiento de los dispositivos de grabacion No newline at end of file
38 40 # functions2.detect_devices(self) #busca los dispositivos de grabacion No newline at end of file
39 41 #################################### No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now