diff options
Diffstat (limited to 'module')
| -rw-r--r-- | module/plugins/internal/UnRar.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/module/plugins/internal/UnRar.py b/module/plugins/internal/UnRar.py index 91be69433..c93b18435 100644 --- a/module/plugins/internal/UnRar.py +++ b/module/plugins/internal/UnRar.py @@ -4,7 +4,7 @@ import os  import re  from glob import glob -from os import basename, join +from os.path import basename, join  from string import digits  from subprocess import Popen, PIPE @@ -22,7 +22,7 @@ def renice(pid, value):  class UnRar(AbtractExtractor):      __name__ = "UnRar" -    __version__ = "0.17" +    __version__ = "0.18"      __description__ = """Rar extractor plugin"""      __author_name__ = "RaNaN" | 
