diff options
author | 2014-12-24 15:48:08 +0100 | |
---|---|---|
committer | 2014-12-24 15:48:08 +0100 | |
commit | f71c1ef70a199e42e8a519364d9924e138ffd37c (patch) | |
tree | 56856f5a003cf344da9e37e94cf18e601ce9debd /module/plugins/internal/UnRar.py | |
parent | [BitshareCom] Code cosmetics (diff) | |
download | pyload-f71c1ef70a199e42e8a519364d9924e138ffd37c.tar.xz |
[ExtractArchive] Remove empty directory
Diffstat (limited to 'module/plugins/internal/UnRar.py')
-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 5633b31f7..b70bf3257 100644 --- a/module/plugins/internal/UnRar.py +++ b/module/plugins/internal/UnRar.py @@ -8,7 +8,7 @@ from os.path import basename, dirname, join from string import digits from subprocess import Popen, PIPE -from module.plugins.internal.AbstractExtractor import AbtractExtractor, PasswordError, ArchiveError, CRCError +from module.plugins.internal.AbstractExtractor import AbtractExtractor, ArchiveError, CRCError, PasswordError from module.utils import save_join, decode |