From b1fffc3a1b2dbbb807213b85f538e59251b9bf35 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 28 Mar 2014 22:32:14 +0100 Subject: Remove bad whitespaces Merged vuolter/pyload@00288e6 --- module/HookManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/HookManager.py') diff --git a/module/HookManager.py b/module/HookManager.py index 16f692d76..7b8e9b555 100644 --- a/module/HookManager.py +++ b/module/HookManager.py @@ -126,7 +126,7 @@ class HookManager: if self.core.config.getPlugin(pluginname, "activated"): pluginClass = self.core.pluginManager.loadClass("hooks", pluginname) if not pluginClass: continue - + plugin = pluginClass(self.core, self) plugins.append(plugin) self.pluginMap[pluginClass.__name__] = plugin @@ -312,4 +312,4 @@ class HookManager: % (event, f, args, str(e))) if self.core.debug: traceback.print_exc() - + -- cgit v1.2.3