From 1988522c74f0dd6bc18a29821aabee70c132ce5e Mon Sep 17 00:00:00 2001 From: KingZero Date: Sun, 2 Aug 2009 02:49:46 +0200 Subject: added megaupload plugin --- module/file_list.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/file_list.py') diff --git a/module/file_list.py b/module/file_list.py index cb7336620..b96c7a63d 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -57,6 +57,8 @@ class File_List(object): def remove(self, pyfile): + #pass + if pyfile in self.files: self.files.remove(pyfile) -- cgit v1.2.3