From: W. Trevor King Date: Wed, 19 May 2010 07:17:52 +0000 (-0400) Subject: Restore plugin setup in hooke.command.Command.__init__ X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a165cc245802c2e4622b9dc0f712b7f53c835a20;p=hooke.git Restore plugin setup in hooke.command.Command.__init__ --- 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