From f423853c61de3a585ee4fdea537acdc8c0708d0b Mon Sep 17 00:00:00 2001 From: devttys0 <heffnercj@gmail.com> Date: Wed, 30 Sep 2015 11:50:06 -0400 Subject: [PATCH] Fixed python3 compressd.py warnings --- src/binwalk/plugins/compressd.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/binwalk/plugins/compressd.py b/src/binwalk/plugins/compressd.py index 2bc0597..8a3a00e 100644 --- a/src/binwalk/plugins/compressd.py +++ b/src/binwalk/plugins/compressd.py @@ -1,8 +1,9 @@ #import binwalk.core.C -#import binwalk.core.plugin +import binwalk.core.plugin #from binwalk.core.common import * -#class CompressdPlugin(binwalk.core.plugin.Plugin): +class CompressdPlugin(binwalk.core.plugin.Plugin): + pass # ''' # Searches for and validates compress'd data. # ''' -- libgit2 0.26.0