summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-29 15:32:40 +0000
committerErik Troan <ewt@redhat.com>1999-08-29 15:32:40 +0000
commita4a652efd63859bc69441e0d39cdc763aa6a2ecb (patch)
tree7ab73a07d1abdb2a332fda8150dfd53398da554f /iw
parent4ec428bd66915ea8a71b6faa1962d376a4c0a2d4 (diff)
downloadanaconda-a4a652efd63859bc69441e0d39cdc763aa6a2ecb.tar.gz
anaconda-a4a652efd63859bc69441e0d39cdc763aa6a2ecb.tar.xz
anaconda-a4a652efd63859bc69441e0d39cdc763aa6a2ecb.zip
reorderd everything for sanity
Diffstat (limited to 'iw')
-rw-r--r--iw/installpath.py34
1 files changed, 16 insertions, 18 deletions
diff --git a/iw/installpath.py b/iw/installpath.py
index 5baa5ee3b..99a400453 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -36,26 +36,24 @@ class InstallPathWindow (InstallWindow):
(SERVER, _("Server")))
installSteps = [ PartitionWindow,
- LiloWindow,
- TimezoneWindow,
- NetworkWindow,
- PartitionWindow,
- FormatWindow,
- PackageSelectionWindow,
- UnresolvedDependenciesWindow,
- LiloWindow,
- AuthWindow,
- AccountWindow,
- InstallProgressWindow,
- BootdiskWindow,
- CongratulationWindow
- ]
+ FormatWindow,
+ LiloWindow,
+ NetworkWindow,
+ TimezoneWindow,
+ AuthWindow,
+ PackageSelectionWindow,
+ UnresolvedDependenciesWindow,
+ AccountWindow,
+ InstallProgressWindow,
+ BootdiskWindow,
+ CongratulationWindow
+ ]
upgradeSteps = [ UpgradeExamineWindow,
- UnresolvedDependenciesWindow,
- InstallProgressWindow,
- CongratulationWindow
- ]
+ UnresolvedDependenciesWindow,
+ InstallProgressWindow,
+ CongratulationWindow
+ ]
def __init__ (self, ics):
InstallWindow.__init__ (self, ics)