diff options
| author | 2010-08-20 22:04:37 +0200 | |
|---|---|---|
| committer | 2010-08-20 22:04:37 +0200 | |
| commit | 446df9c1468d72ec1456dd7d44dd8ceefaa4c0ad (patch) | |
| tree | 38b00be2d62f375d7a9f633328de2573b6cc92af /module/plugins/hooks | |
| parent | debug report + deposit fix (diff) | |
| download | pyload-446df9c1468d72ec1456dd7d44dd8ceefaa4c0ad.tar.xz | |
setup improvements, UnRar fix
Diffstat (limited to 'module/plugins/hooks')
| -rw-r--r-- | module/plugins/hooks/UnRar.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hooks/UnRar.py b/module/plugins/hooks/UnRar.py index 71a1ce96a..faa06d179 100644 --- a/module/plugins/hooks/UnRar.py +++ b/module/plugins/hooks/UnRar.py @@ -16,9 +16,10 @@ @author: mkaay """ - from __future__ import with_statement +import sys + from module.plugins.Hook import Hook from module.pyunrar import Unrar, WrongPasswordError, CommandError, UnknownError |
