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

Jakub Hrozek jhrozek at redhat.com
Mon Feb 7 09:46:10 UTC 2011


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.




More information about the Freeipa-devel mailing list