From 1b65270c9713a8291b4ea5e5c208790678cf4e36 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 27 Sep 2014 03:17:16 +0200 Subject: [UnRar] Fix import error --- module/plugins/internal/UnRar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/internal') 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" -- cgit v1.2.3