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

Martin Sivak msivak at redhat.com
Fri Aug 10 09:17:28 UTC 2012


Because I was reading the docstrings and didn't notice it :)

----- Original Message -----
> 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!
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 


More information about the anaconda-patches mailing list