From 6d4e8fe6f996dd07a8947d738571fbea9fdce864 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 15 Oct 2011 15:00:00 +0200 Subject: fix for last commit --- module/plugins/internal/UnRar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/plugins/internal/UnRar.py b/module/plugins/internal/UnRar.py index 44c02b686..e2a61c678 100644 --- a/module/plugins/internal/UnRar.py +++ b/module/plugins/internal/UnRar.py @@ -36,7 +36,7 @@ def _cleanup(): pass # cleanup patch for older python versions -subprocess._cleanup = _cleanup() +subprocess._cleanup = _cleanup from module.plugins.hooks.ExtractArchive import AbtractExtractor from module.utils import save_join, decode -- cgit v1.2.3