Commit b3b8a793 by sviehb

added lzma import statement again

parent 9eefb489
......@@ -12,6 +12,7 @@ class LZMAExtractPlugin(binwalk.core.plugin.Plugin):
# lzma package in Python 2.0 decompress() does not handle multiple
# compressed streams, only first stream is extracted.
# backports.lzma package could be used to keep consistent behaviour.
import lzma
self.decompressor = lzma.decompress
# If the extractor is enabled for the module we're currently loaded
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment