@@ -249,8 +249,8 | |||
|
249 | 249 | var_date_first_file=commands.getstatusoutput("date -r "+var_first_file+" +'%T'")[1] No newline at end of file |
|
250 | 250 | var_date_last_file=commands.getstatusoutput("date -r "+var_last_file+" +'%T'")[1] No newline at end of file |
|
251 | 251 | |
|
252 | 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]+" " | |
|
No newline at end of file | ||
|
253 | 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 | 254 | #Nos aseguramos que sea un mutiplo de 5 No newline at end of file |
|
255 | 255 | while (len(var_lines) % 5) != 0: No newline at end of file |
|
256 | 256 | var_lines.append("\n") No newline at end of file |
@@ -20,7 +20,6 | |||
|
20 | 20 | if var_output[0] != 0: No newline at end of file |
|
21 | 21 | self.txtInfo.append("No recording devices") No newline at end of file |
|
22 | 22 | else: |
|
No newline at end of file | ||
|
23 | # self.txtInfo.append("dispositivos encontrados") No newline at end of file | |
|
24 | 23 | var_devices = var_output[1].split('\n') No newline at end of file |
|
25 | 24 | No newline at end of file |
|
26 | 25 | var_tmp=[] No newline at end of file |
@@ -15,6 +15,7 | |||
|
15 | 15 | import sys No newline at end of file |
|
16 | 16 | import os No newline at end of file |
|
17 | 17 | #import subprocess No newline at end of file |
|
18 | import time No newline at end of file | |
|
18 | 19 | import commands No newline at end of file |
|
19 | 20 | from functions import functions No newline at end of file |
|
20 | 21 | from functions import functions2 No newline at end of file |
@@ -6,7 +6,7 | |||
|
6 | 6 | <rect> No newline at end of file |
|
7 | 7 | <x>0</x> No newline at end of file |
|
8 | 8 | <y>0</y> |
|
9 | No newline at end of file | |
|
9 | <width>824</width> No newline at end of file | |
|
10 | 10 | <height>717</height> No newline at end of file |
|
11 | 11 | </rect> No newline at end of file |
|
12 | 12 | </property> 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/About.ui' No newline at end of file |
|
4 | 4 | # |
|
5 | No newline at end of file | |
|
5 | # Created: Mon May 24 17:45:30 2010 | |
|
No newline at end of file | ||
|
6 | No newline at end of file | |
|
6 | # by: PyQt4 UI code generator 4.6 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 |
@@ -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: Mon May 24 17:45:30 2010 | |
|
No newline at end of file | ||
|
6 | No newline at end of file | |
|
6 | # by: PyQt4 UI code generator 4.6 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 |
@@ -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/Parameters.ui' No newline at end of file |
|
4 | 4 | # |
|
5 | No newline at end of file | |
|
5 | # Created: Mon May 24 17:45:30 2010 | |
|
No newline at end of file | ||
|
6 | No newline at end of file | |
|
6 | # by: PyQt4 UI code generator 4.6 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