From 9b9ba2a20409486e6645e0429220447f84199cc7 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 30 Mar 2013 16:38:37 +0100 Subject: show active addons --- module/AddonManager.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/AddonManager.py') diff --git a/module/AddonManager.py b/module/AddonManager.py index cc2181767..dc83a553f 100644 --- a/module/AddonManager.py +++ b/module/AddonManager.py @@ -36,6 +36,7 @@ class AddonManager: __builtin__.addonManager = self #needed to let addons register themselves self.log = self.core.log + # TODO: multiuser, addons can store the user itself, probably not needed here self.plugins = {} self.methods = {} # dict of names and list of methods usable by rpc self.events = {} # Contains event that will be registered @@ -237,9 +238,6 @@ class AddonManager: # clean up del self.events[name] - def addConfigHandler(self, plugin, func): - pass #TODO - def addEvent(self, *args): self.core.eventManager.addEvent(*args) -- cgit v1.2.3