@@ -10,6 +10,7 | |||||
10 | from PyQt4 import QtGui |
|
10 | from PyQt4 import QtGui | |
11 | from subprocess import * |
|
11 | from subprocess import * | |
12 | import sys |
|
12 | import sys | |
|
13 | import os | |||
13 | #import subprocess |
|
14 | #import subprocess | |
14 | import commands |
|
15 | import commands | |
15 |
|
16 | |||
@@ -230,4 +231,8 | |||||
230 | self.txtInfo.append('Lista de archivos') |
|
231 | self.txtInfo.append('Lista de archivos') | |
231 |
|
232 | |||
232 | for i in var_files_list: |
|
233 | for i in var_files_list: | |
|
234 | self.txtInfo.append(str(os.path.getsize(i))) | |||
233 | self.txtInfo.append(i) |
|
235 | self.txtInfo.append(i) | |
|
236 | ||||
|
237 | ||||
|
238 |
General Comments 0
You need to be logged in to leave comments.
Login now