From 409d877f46d6234ed359204574e2547c5390aa4d Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 25 Jan 2019 15:14:14 +0100 Subject: [PATCH] 7z: no need for importing pylzma --- src/filters/rcl7z | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/filters/rcl7z b/src/filters/rcl7z index c27c2314..bfd4efac 100755 --- a/src/filters/rcl7z +++ b/src/filters/rcl7z @@ -12,10 +12,9 @@ import fnmatch import rclexecm try: - import pylzma from py7zlib import Archive7z except: - print("RECFILTERROR HELPERNOTFOUND python:pylzma") + print("RECFILTERROR HELPERNOTFOUND python:py7zlib") sys.exit(1); try: