summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/MergeFiles.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-18 13:39:07 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-18 13:39:07 +0100
commit2bc144adb6bc2759b635e09687b27bf96074827f (patch)
tree7f33ba4952b37c6c81425786f103524084975bd7 /module/plugins/hooks/MergeFiles.py
parent[UpdateManager] Dispatch Event on plugins update (diff)
downloadpyload-2bc144adb6bc2759b635e09687b27bf96074827f.tar.xz
Spare code cosmetics
Diffstat (limited to 'module/plugins/hooks/MergeFiles.py')
-rw-r--r--module/plugins/hooks/MergeFiles.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hooks/MergeFiles.py b/module/plugins/hooks/MergeFiles.py
index 9f1348485..74bcbe3c1 100644
--- a/module/plugins/hooks/MergeFiles.py
+++ b/module/plugins/hooks/MergeFiles.py
@@ -32,8 +32,7 @@ class MergeFiles(Hook):
def setup(self):
- # nothing to do
- pass
+ self.info = {} #@TODO: Remove in 0.4.10
@threaded