summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/internal/MultiHoster.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 01:04:07 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 01:04:07 +0100
commit1b2591b0650a6a0be1ad41022f6019d17192f195 (patch)
treedbd2158b96141ef9354b5cd5edaead28978d65e7 /pyload/plugins/internal/MultiHoster.py
parentSupport new key attributes (diff)
downloadpyload-1b2591b0650a6a0be1ad41022f6019d17192f195.tar.xz
Rename some Addon methods
Diffstat (limited to 'pyload/plugins/internal/MultiHoster.py')
-rw-r--r--pyload/plugins/internal/MultiHoster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/internal/MultiHoster.py b/pyload/plugins/internal/MultiHoster.py
index 7644d85ff..1b8ecfb03 100644
--- a/pyload/plugins/internal/MultiHoster.py
+++ b/pyload/plugins/internal/MultiHoster.py
@@ -88,7 +88,7 @@ class MultiHoster(Addon):
raise NotImplementedError
- def coreReady(self):
+ def activate(self):
if self.cb:
self.core.scheduler.removeJob(self.cb)
@@ -180,7 +180,7 @@ class MultiHoster(Addon):
del dict['new_name']
- def unload(self):
+ def deactivate(self):
"""Remove override for all hosters. Scheduler job is removed by AddonManager"""
for hoster in self.supported:
self.unloadHoster(hoster)