##// END OF EJS Templates
falta la prueba
ralonso -
r59:60
parent child
Show More
@@ -8,9 +8,10
8 8 import os No newline at end of file
9 9 import subprocess No newline at end of file
10 10 import commands
11 No newline at end of file
11
No newline at end of file
12 No newline at end of file
12
No newline at end of file
13 No newline at end of file
13 #Entero a cadena agregando ceros delante No newline at end of file
No newline at end of file
14 No newline at end of file
14 15 def i2s(var_n, var_length=4): No newline at end of file
15 16 var_n2=str(var_n) No newline at end of file
16 17 while len(var_n2) < var_length: No newline at end of file
@@ -7,6 +7,7
7 7 import subprocess No newline at end of file
8 8 import commands No newline at end of file
9 9 No newline at end of file
10 #----------------------------------------------------- Deteccion de los dispositivos de grabacion --------------------------------------------------------------- No newline at end of file
10 11 No newline at end of file
11 12 def detect_devices(self): No newline at end of file
12 13 """ No newline at end of file
@@ -32,18 +32,25
32 32 No newline at end of file
33 33 functions2.detect_devices(self) #busca los dispositivos de grabacion No newline at end of file
34 34
35 No newline at end of file
35 self.var_n_discs=0
No newline at end of file
36 No newline at end of file
36 self.var_disc=0 No newline at end of file
No newline at end of file
37 self.var_disc_n = 0
No newline at end of file
38 self.var_copy_n = 0
No newline at end of file
39 No newline at end of file
37 40 self.var_list=[] No newline at end of file
38 41 self.var_sublist=[]
42 No newline at end of file
39 self.bool_iso = False
No newline at end of file
43 No newline at end of file
40 self.bool_burn = False No newline at end of file
No newline at end of file
44
No newline at end of file
45 self.var_step = 0
No newline at end of file
46 self.bool_state_burning = False
No newline at end of file
47 No newline at end of file
41 48 No newline at end of file
42 49 #Revisa si existe el archivo de confirguracion No newline at end of file
43 50 if os.path.isfile("parameters.conf"): No newline at end of file
44 51 self.txtInfo.append("Archivo de configuracion encontrado") No newline at end of file
45 52 functions2.get_parameters_conf(self)
53 No newline at end of file
46 self.txtInfo.append("El proyecto creara "+str(self.var_n_discs)+" DVDs") No newline at end of file
47 54 else: No newline at end of file
48 55 self.txtInfo.append("Elija los parametros de configuracion") No newline at end of file
49 56 functions2.set_parameters_test(self) #Establece ciertos parametros, para pruebas No newline at end of file
@@ -833,7 +833,7
833 833 <x>0</x> No newline at end of file
834 834 <y>0</y> No newline at end of file
835 835 <width>809</width>
836 No newline at end of file
836 <height>25</height> No newline at end of file
837 837 </rect> No newline at end of file
838 838 </property> No newline at end of file
839 839 <widget class="QMenu" name="menuFile"> No newline at end of file
@@ -2,8 +2,8
2 2 No newline at end of file
3 3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file
4 4 #
5 No newline at end of file
5 # Created: Tue May 18 17:48:10 2010
No newline at end of file
6 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.3 No newline at end of file
7 7 # No newline at end of file
8 8 # WARNING! All changes made in this file will be lost! No newline at end of file
9 9 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now