Looks OK too, Martin ----- Original Message ----- From: "Hans de Goede" <hdegoede@xxxxxxxxxx> To: "Discussion of Development and Customization of the Red Hat Linux Installer" <anaconda-devel-list@xxxxxxxxxx> Sent: Monday, November 3, 2008 12:40:28 PM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna Subject: PATCH: filer.py: set defaultProduct in __init__ Hi All, And another pychecker caught error. --- a/filer.py +++ b/filer.py @@ -81,6 +81,7 @@ class AbstractFiler(object): """ self.bugUrl = bugUrl self.develVersion = develVersion + self.defaultProduct = defaultProduct def login(self, username, password): """Using the given username and password, attempt to login to the Regards, Hans _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list