[blivet 5/8] Implement a RAID class hierarchy.

David Shea dshea at redhat.com
Fri Nov 22 14:25:47 UTC 2013


On 11/21/2013 11:59 AM, mulhern wrote:
> +    name = property(lambda s : "raid" + s.level,
> +       doc="The canonical name for this level")
> +
> +    nick = property(lambda s : s._nick,
> +       doc="A nickname for this level")

Should the level nicknames be translated?


More information about the anaconda-patches mailing list