diff options
author | spoob <spoob@gmx.de> | 2009-08-05 16:54:13 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-08-05 16:54:13 +0200 |
commit | 9057230bdfcad15235fdc1d435664b0a26406cb4 (patch) | |
tree | 28c3d1722d720dad290415725c37bf026155d5ad /module/file_list.py | |
parent | 4th rs fix try (diff) | |
download | pyload-9057230bdfcad15235fdc1d435664b0a26406cb4.tar.xz |
little user wishes
Diffstat (limited to 'module/file_list.py')
-rw-r--r-- | module/file_list.py | 1 |
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() |