From 07f061bf96992a447ad535460ad6053d15a86888 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 17 Nov 2013 20:46:52 +0100 Subject: adapted multihoster to new plugin manager --- tests/CrypterPluginTester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CrypterPluginTester.py') diff --git a/tests/CrypterPluginTester.py b/tests/CrypterPluginTester.py index 42585939e..c63b173ef 100644 --- a/tests/CrypterPluginTester.py +++ b/tests/CrypterPluginTester.py @@ -18,7 +18,7 @@ class CrypterPluginTester(PluginTester): print "%s: %s" % (name, url.encode("utf8")) log(DEBUG, "%s: %s", name, url.encode("utf8")) - plugin = self.core.pluginManager.getPluginClass(name) + plugin = self.core.pluginManager.getPluginClass("crypter", name) p = plugin(self.core, None, "") self.thread.plugin = p -- cgit v1.2.3