[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: PATCH: filer.py: set defaultProduct in __init__
- From: Martin Sivak <msivak redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: PATCH: filer.py: set defaultProduct in __init__
- Date: Mon, 3 Nov 2008 07:01:15 -0500 (EST)
Looks OK too,
Martin
----- Original Message -----
From: "Hans de Goede" <hdegoede redhat com>
To: "Discussion of Development and Customization of the Red Hat Linux Installer" <anaconda-devel-list redhat com>
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 redhat com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]