From cfa9fad71e21de7e25e6693644411daf53742e49 Mon Sep 17 00:00:00 2001 From: devttys0 <heffnercj@gmail.com> Date: Thu, 23 Apr 2015 18:09:33 -0400 Subject: [PATCH] Reverted unjffs2.py --- src/binwalk/plugins/unjffs2.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/binwalk/plugins/unjffs2.py b/src/binwalk/plugins/unjffs2.py index ea34c31..5178ae3 100644 --- a/src/binwalk/plugins/unjffs2.py +++ b/src/binwalk/plugins/unjffs2.py @@ -1,3 +1,8 @@ # This file has been depreciated and is no longer in use. # This is merely a placeholder to ensure future installations # don't leave the old, depreciated file in tact. + +import binwalk.core.plugin + +class Unjffs2DepreciatedPlugin(binwalk.core.plugin.Plugin): + pass -- libgit2 0.26.0