summaryrefslogtreecommitdiffstats
path: root/upgradeclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-28 03:19:35 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-28 03:19:35 +0000
commitff7e21125498ce1d73e9d293d991d392e59ac655 (patch)
treecc93f14db4ebe257c336a45f4139ea841c0803b5 /upgradeclass.py
parent9f49e797bd1922ff6c1d530fad3b8a2acabb84d7 (diff)
downloadanaconda-ff7e21125498ce1d73e9d293d991d392e59ac655.tar.gz
anaconda-ff7e21125498ce1d73e9d293d991d392e59ac655.tar.xz
anaconda-ff7e21125498ce1d73e9d293d991d392e59ac655.zip
how did this ever work? (52631)
Diffstat (limited to 'upgradeclass.py')
-rw-r--r--upgradeclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgradeclass.py b/upgradeclass.py
index 268f753cb..cadd36100 100644
--- a/upgradeclass.py
+++ b/upgradeclass.py
@@ -55,7 +55,7 @@ class InstallClass(BaseInstallClass):
dispatch.skipStep("bootloaderpassword")
def setInstallData(self, id):
- BaseInstallClass.__init__(self, id)
+ BaseInstallClass.setInstallData(self, id)
id.upgrade.set(1)
def __init__(self, expert):