summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-21 22:13:21 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-21 22:13:21 +0100
commit4eb1404eca2b795d809ee626a057a543043060cb (patch)
treedb25eddebc985a6066001e38e593c8f45e468910 /module/file_list.py
parentFixed Netload Wait (diff)
downloadpyload-4eb1404eca2b795d809ee626a057a543043060cb.tar.xz
some optimizations
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/file_list.py b/module/file_list.py
index bbea40e23..2785afdb2 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -144,6 +144,7 @@ class File_List(object):
return files
def getAllFiles(self):
+
files = []
for pypack in self.data["queue"] + self.data["packages"]:
for pyfile in pypack.files: