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