diff options
author | KingZero <kingzero@pyload.org> | 2009-08-02 02:35:31 +0200 |
---|---|---|
committer | KingZero <kingzero@pyload.org> | 2009-08-02 02:35:31 +0200 |
commit | 928215851eea350832e3e414a3b351d1ba1ca88b (patch) | |
tree | 3025fa79c9c8c677ab59465e99edce652f44c8a3 /module/file_list.py | |
parent | Added Megaupload.com Download Plugin (diff) | |
download | pyload-928215851eea350832e3e414a3b351d1ba1ca88b.tar.xz |
spoob...
Diffstat (limited to 'module/file_list.py')
-rw-r--r-- | module/file_list.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/file_list.py b/module/file_list.py index b96c7a63d..cb7336620 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -57,8 +57,6 @@ class File_List(object): def remove(self, pyfile): - #pass - if pyfile in self.files: self.files.remove(pyfile) |