From 949df233d011814f3b2c81e43ee595120255a470 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 17 May 2012 14:45:58 +0000 Subject: [PATCH] PluginDownloader: Enable threading. --- plugins/PluginDownloader/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index 89db121cd..a893646bd 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -263,6 +263,8 @@ class PluginDownloader(callbacks.Plugin): which are available in that repository. When you want to install plugin, just run command "install ".""" + threaded = True + @internationalizeDocstring def repolist(self, irc, msg, args, repository): """[]