summaryrefslogtreecommitdiffstats
path: root/module/AddonManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-30 19:48:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-30 19:48:27 +0100
commit07ae3e0b09441cec7a7df8ad5a4e961aab04e5eb (patch)
treeaef4b5df69f23df85f469d7a9b6cb00038cb7347 /module/AddonManager.py
parentshow active addons (diff)
downloadpyload-07ae3e0b09441cec7a7df8ad5a4e961aab04e5eb.tar.xz
save and delete configs
Diffstat (limited to 'module/AddonManager.py')
-rw-r--r--module/AddonManager.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/AddonManager.py b/module/AddonManager.py
index dc83a553f..9a8ad44ac 100644
--- a/module/AddonManager.py
+++ b/module/AddonManager.py
@@ -115,6 +115,8 @@ class AddonManager:
self.log.info(_("Deactivate addons: %s") % ", ".join(sorted(deactive)))
def manageAddons(self, plugin, name, value):
+ # TODO: user
+
# check if section was a plugin
if plugin not in self.core.pluginManager.getPlugins("addons"):
return