summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-16 13:26:16 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-16 13:26:16 +0200
commit1900a3af819923424dd68de84942c165c355de3c (patch)
tree51814a6a7bfecc39cb67f5f0dc21cf9462c53d45
parentnew subprocess workaround (diff)
downloadpyload-1900a3af819923424dd68de84942c165c355de3c.tar.xz
additional fix
-rw-r--r--module/plugins/hooks/ExtractArchive.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index ff747b718..dffbc5d5d 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -243,10 +243,6 @@ class ExtractArchive(Hook):
if self.core.debug:
print_exc()
self.logError(basename(plugin.file), _("Unknown Error"), str(e))
- finally:
- if sys.version_info < (2, 6):
- # call cleanup when its seems save
- _old_cleanup()
return []