summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-08-05 16:54:13 +0200
committerGravatar spoob <spoob@gmx.de> 2009-08-05 16:54:13 +0200
commit9057230bdfcad15235fdc1d435664b0a26406cb4 (patch)
tree28c3d1722d720dad290415725c37bf026155d5ad /module/file_list.py
parent4th rs fix try (diff)
downloadpyload-9057230bdfcad15235fdc1d435664b0a26406cb4.tar.xz
little user wishes
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/file_list.py b/module/file_list.py
index b96c7a63d..7eaca7c97 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -107,7 +107,6 @@ class File_List(object):
pyfile = self.data['order'].pop(index)
self.data['order'].insert(index + offset, pyfile)
-
def save(self):
self.lock.acquire()