From 1b17d66576ec692562e501af54b489b2fb258ede Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 11 Aug 2009 23:15:42 +0000 Subject: [PATCH] add a missing method --- deluge/ui/web/pluginmanager.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deluge/ui/web/pluginmanager.py b/deluge/ui/web/pluginmanager.py index a08f3aa4f..fad18028c 100644 --- a/deluge/ui/web/pluginmanager.py +++ b/deluge/ui/web/pluginmanager.py @@ -47,6 +47,9 @@ class PluginManager(PluginManagerBase, Component): Component.__init__(self, "Web.PluginManager") self.config = ConfigManager("web.conf") PluginManagerBase.__init__(self, "web.conf", "deluge.plugin.web") + + def _on_get_enabled_plugins(self, plugins): + pass def start(self): """