[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
PATCH: filer.py: set defaultProduct in __init__
- From: Hans de Goede <hdegoede redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: PATCH: filer.py: set defaultProduct in __init__
- Date: Mon, 03 Nov 2008 12:40:28 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]