[Freeipa-devel] [PATCH] Fixed type of argument in class help

Jan Zelený jzeleny at redhat.com
Mon Feb 7 09:54:46 UTC 2011


Jakub Hrozek <jhrozek at redhat.com> wrote:
> On Wed, Feb 02, 2011 at 08:54:47AM +0100, Jan Zelený wrote:
> > At Rob's suggestion I changed the argument type in class help, this is
> > only oneliner, I think it can be pushed directly.
> > 
> > Jan
> > 
> > -    takes_args = (Bytes('command?'),)
> > +    takes_args = (Str('command?'),)
> 
> Nack, you also need to import Str from parameters.

Sorry, could have give you headsup: this patch should be pushed along with my 
30-3 patch from last wednesday which still waits to be re-reviewed. The import 
is in that patch.

Jan




More information about the Freeipa-devel mailing list