diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-30 17:43:03 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-30 17:43:03 +0000 |
commit | fd4608e5e36ab6388338bd9ec9d1c379d38b3018 (patch) | |
tree | 4f6b39394287430969c9de92f29060b480f767c5 /iw/installpath.py | |
parent | 52483f94919d13f0e1f46d7a767f5b15710b2c4a (diff) | |
download | anaconda-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.py | 2 |
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" ), |