From a165cc245802c2e4622b9dc0f712b7f53c835a20 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 19 May 2010 03:17:52 -0400 Subject: [PATCH] Restore plugin setup in hooke.command.Command.__init__ --- hooke/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooke/command.py b/hooke/command.py index 978c564..cb54909 100644 --- a/hooke/command.py +++ b/hooke/command.py @@ -111,7 +111,7 @@ class Command (object): help='Print a help message.'), ] + arguments self._help = help - self.plugin = None + self.plugin = plugin def run(self, hooke, inqueue=None, outqueue=None, **kwargs): """`Normalize inputs and handle before punting -- 2.26.2