diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-15 15:00:00 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-15 15:00:00 +0200 |
commit | 6d4e8fe6f996dd07a8947d738571fbea9fdce864 (patch) | |
tree | f378ece339bf0179d294ee6d26bbb3d49ec37642 /module | |
parent | subprocess bug workaround (diff) | |
download | pyload-6d4e8fe6f996dd07a8947d738571fbea9fdce864.tar.xz |
fix for last commit
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/internal/UnRar.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |