summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-30 17:43:03 +0000
committerMatt Wilson <msw@redhat.com>1999-08-30 17:43:03 +0000
commitfd4608e5e36ab6388338bd9ec9d1c379d38b3018 (patch)
tree4f6b39394287430969c9de92f29060b480f767c5 /iw/installpath.py
parent52483f94919d13f0e1f46d7a767f5b15710b2c4a (diff)
downloadanaconda-fd4608e5e36ab6388338bd9ec9d1c379d38b3018.tar.gz
anaconda-fd4608e5e36ab6388338bd9ec9d1c379d38b3018.tar.xz
anaconda-fd4608e5e36ab6388338bd9ec9d1c379d38b3018.zip
fixes for install path stuff
Diffstat (limited to 'iw/installpath.py')
-rw-r--r--iw/installpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/installpath.py b/iw/installpath.py
index 3bcc50e71..3b25c6f48 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -43,7 +43,7 @@ class InstallPathWindow (InstallWindow):
( TimezoneWindow, "timezone" ),
( AccountWindow, "accounts" ),
( AuthWindow, "authentication" ),
- ( PackageSelectionWindow, "package-selection" ),
+ PackageSelectionWindow,
( UnresolvedDependenciesWindow, "dependencies" ),
InstallProgressWindow,
( BootdiskWindow, "bootdisk" ),