##// END OF EJS Templates
segun diagrana 1era parte - no funciona ...
ralonso -
r75:76
parent child
Show More
@@ -249,8 +249,8
249 var_date_first_file=commands.getstatusoutput("date -r "+var_first_file+" +'%T'")[1] No newline at end of file
249 var_date_first_file=commands.getstatusoutput("date -r "+var_first_file+" +'%T'")[1]
250 var_date_last_file=commands.getstatusoutput("date -r "+var_last_file+" +'%T'")[1] No newline at end of file
250 var_date_last_file=commands.getstatusoutput("date -r "+var_last_file+" +'%T'")[1]
251
251
No newline at end of file
252 var_lines.append(var_first_file[-12:-8]+" "+var_first_file[-8:-5]+" "+var_folder +" "+var_first_file[-5:-2]+"-"
252 var_lines.append(var_first_file[-12:-8]+" "+var_first_file[-8:-5]+" "+var_folder +" "+var_first_file[-5:-2]+" "
No newline at end of file
No newline at end of file
253 +var_last_file[-5:-2]+" "+var_date_first_file+"-"+var_date_last_file+"\n") No newline at end of file
253 +var_last_file[-5:-2]+" "+var_date_first_file+" "+var_date_last_file+"\n") No newline at end of file
254 #Nos aseguramos que sea un mutiplo de 5 No newline at end of file
254 #Nos aseguramos que sea un mutiplo de 5
255 while (len(var_lines) % 5) != 0: No newline at end of file
255 while (len(var_lines) % 5) != 0:
256 var_lines.append("\n") No newline at end of file
256 var_lines.append("\n")
@@ -20,7 +20,6
20 if var_output[0] != 0: No newline at end of file
20 if var_output[0] != 0:
21 self.txtInfo.append("No recording devices") No newline at end of file
21 self.txtInfo.append("No recording devices")
22 else:
22 else:
No newline at end of file
23 # self.txtInfo.append("dispositivos encontrados") No newline at end of file
24 var_devices = var_output[1].split('\n') No newline at end of file
23 var_devices = var_output[1].split('\n')
25 No newline at end of file
24
26 var_tmp=[] No newline at end of file
25 var_tmp=[]
@@ -15,6 +15,7
15 import sys No newline at end of file
15 import sys
16 import os No newline at end of file
16 import os
17 #import subprocess No newline at end of file
17 #import subprocess
18 import time No newline at end of file
18 import commands No newline at end of file
19 import commands
19 from functions import functions No newline at end of file
20 from functions import functions
20 from functions import functions2 No newline at end of file
21 from functions import functions2
@@ -6,7 +6,7
6 <rect> No newline at end of file
6 <rect>
7 <x>0</x> No newline at end of file
7 <x>0</x>
8 <y>0</y>
8 <y>0</y>
No newline at end of file
9 <width>621</width> No newline at end of file
9 <width>824</width> No newline at end of file
10 <height>717</height> No newline at end of file
10 <height>717</height>
11 </rect> No newline at end of file
11 </rect>
12 </property> No newline at end of file
12 </property>
@@ -2,8 +2,8
2 No newline at end of file
2
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/About.ui' No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/About.ui'
4 #
4 #
No newline at end of file
5 # Created: Mon May 24 22:39:27 2010
5 # Created: Mon May 24 17:45:30 2010
No newline at end of file
No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2 No newline at end of file
6 # by: PyQt4 UI code generator 4.6 No newline at end of file
7 # No newline at end of file
7 #
8 # WARNING! All changes made in this file will be lost! No newline at end of file
8 # WARNING! All changes made in this file will be lost!
9 No newline at end of file
9
@@ -2,8 +2,8
2 No newline at end of file
2
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
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui'
4 #
4 #
No newline at end of file
5 # Created: Mon May 24 22:39:26 2010
5 # Created: Mon May 24 17:45:30 2010
No newline at end of file
No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2 No newline at end of file
6 # by: PyQt4 UI code generator 4.6 No newline at end of file
7 # No newline at end of file
7 #
8 # WARNING! All changes made in this file will be lost! No newline at end of file
8 # WARNING! All changes made in this file will be lost!
9 No newline at end of file
9
@@ -2,8 +2,8
2 No newline at end of file
2
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters.ui' No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters.ui'
4 #
4 #
No newline at end of file
5 # Created: Mon May 24 22:39:28 2010
5 # Created: Mon May 24 17:45:30 2010
No newline at end of file
No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2 No newline at end of file
6 # by: PyQt4 UI code generator 4.6 No newline at end of file
7 # No newline at end of file
7 #
8 # WARNING! All changes made in this file will be lost! No newline at end of file
8 # WARNING! All changes made in this file will be lost!
9 No newline at end of file
9
General Comments 0
You need to be logged in to leave comments. Login now