From e70ba609af6793e26857d88e496860114ccac103 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 25 Dec 2010 11:38:11 +0100 Subject: cleanup stuff --- module/PluginThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/PluginThread.py') diff --git a/module/PluginThread.py b/module/PluginThread.py index eca00324a..20bef84df 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -110,7 +110,7 @@ class PluginThread(Thread): def clean(self, pyfile): """ set thread unactive and clean pyfile """ - #pyfile.plugin.req.clean() + pyfile.plugin.req.clean() self.active = False pyfile.release() -- cgit v1.2.3