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/gitweb.cgi?a=commitdiff_plain;h=229732e380f5b29c7cc782f7f6268f030164a9ff;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