summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-17 15:18:33 -0400
committerChris Lumens <clumens@redhat.com>2009-07-29 15:26:03 -0400
commitcd1fbb6249e85f200cda701234ff07c5ece53aeb (patch)
treee8876f88f38e68ef6142abae9134662592fabf17 /installclasses
parent3057ec19843d2314a21cfd557488cedd1e0e8278 (diff)
downloadanaconda-cd1fbb6249e85f200cda701234ff07c5ece53aeb.tar.gz
anaconda-cd1fbb6249e85f200cda701234ff07c5ece53aeb.tar.xz
anaconda-cd1fbb6249e85f200cda701234ff07c5ece53aeb.zip
defaultVersion and defaultProduct no longer exist in python-meh.
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/fedora.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/installclasses/fedora.py b/installclasses/fedora.py
index c27767ec4..d3add7035 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: