summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-07 11:28:23 -0500
committerChris Lumens <clumens@redhat.com>2009-01-07 11:28:23 -0500
commit5790d261236ce648c841ef7fc62885066afc6bff (patch)
treee51d20796c678559cd0d65392d582d967561c7b1 /kickstart.py
parent1a0ab5dddc31659f5361cd62ec3a55982e99734f (diff)
downloadanaconda-5790d261236ce648c841ef7fc62885066afc6bff.tar.gz
anaconda-5790d261236ce648c841ef7fc62885066afc6bff.tar.xz
anaconda-5790d261236ce648c841ef7fc62885066afc6bff.zip
pykickstart has a new version of the upgrade command.
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index a8d435334..6949395f6 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -761,7 +761,7 @@ class Timezone(commands.timezone.FC6_Timezone):
self.handler.id.timezone.setTimezoneInfo(self.timezone, self.isUtc)
self.handler.skipSteps.append("timezone")
-class Upgrade(commands.upgrade.FC3_Upgrade):
+class Upgrade(commands.upgrade.F11_Upgrade):
def parse(self, args):
commands.upgrade.FC3_Upgrade.parse(self, args)
self.handler.id.setUpgrade(self.upgrade)