[PATCH 04/13] Create common abstract classes usable for all types of UI

Jesse Keating jkeating at redhat.com
Thu Aug 9 18:13:19 UTC 2012


On 08/08/2012 01:52 AM, Martin Sivak wrote:
> -    def __init__(self, app, data):
> -        common.UIObject.__init__(self, app, data)
> +    def __init__(self, app, ksdata, storage, payload, instclass):
> +        TUIObject.__init__(self, app)
>           tui.Widget.__init__(self)
> +        common.Spoke.__init__(self, ksdata, storage, payload, instclass)

Why did this change from "data" to "ksdata" here?  The variable being 
used to house kickstart data is named "data" everywhere else.

-- 
Jesse Keating
Fedora -- FreedomĀ² is a feature!


More information about the anaconda-patches mailing list