[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 11/12] defaultVersion and defaultProduct no longer exist in python-meh.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 11/12] defaultVersion and defaultProduct no longer exist in python-meh.
- Date: Tue, 28 Jul 2009 16:27:07 -0400
---
installclasses/fedora.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/installclasses/fedora.py b/installclasses/fedora.py
index c27767e..d3add70 100644
--- a/installclasses/fedora.py
+++ b/installclasses/fedora.py
@@ -52,8 +52,7 @@ class InstallClass(BaseInstallClass):
bugFiler = BugzillaFiler("https://bugzilla.redhat.com/xmlrpc.cgi",
"https://bugzilla.redhat.com/",
- product.productVersion, product.productName,
- develVersion="rawhide", defaultProduct="Fedora")
+ product.productVersion, product.productName)
def getPackagePaths(self, uri):
if not type(uri) == types.ListType:
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]