From dd9d6d6004bd7063b31f07857eba0eb6ab2e82eb Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 17 Feb 2015 19:48:29 +0100 Subject: Fix extractor plugin type --- pyload/plugin/extractor/SevenZip.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyload/plugin/extractor/SevenZip.py') diff --git a/pyload/plugin/extractor/SevenZip.py b/pyload/plugin/extractor/SevenZip.py index 22a7af941..74eb4c855 100644 --- a/pyload/plugin/extractor/SevenZip.py +++ b/pyload/plugin/extractor/SevenZip.py @@ -5,12 +5,13 @@ import re from subprocess import Popen, PIPE -from pyload.plugin.internal.UnRar import ArchiveError, CRCError, PasswordError, UnRar, renice +from pyload.plugin.extractor.UnRar import ArchiveError, CRCError, PasswordError, UnRar, renice from pyload.utils import fs_encode, safe_join class SevenZip(UnRar): __name = "SevenZip" + __type = "extractor" __version = "0.08" __description = """7-Zip extractor plugin""" -- cgit v1.2.3