summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
authorGravatar KingZero <kingzero@pyload.org> 2009-08-02 02:49:46 +0200
committerGravatar KingZero <kingzero@pyload.org> 2009-08-02 02:49:46 +0200
commit1988522c74f0dd6bc18a29821aabee70c132ce5e (patch)
treee70ed92104dd80344f0312b03521c7216d92ce27 /module/file_list.py
parentspoob... (diff)
downloadpyload-1988522c74f0dd6bc18a29821aabee70c132ce5e.tar.xz
added megaupload plugin
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py2
1 files changed, 2 insertions, 0 deletions
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)