7z: no need for importing pylzma

This commit is contained in:
Jean-Francois Dockes 2019-01-25 15:14:14 +01:00
parent 91d20ea363
commit 409d877f46

View File

@ -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: