diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-27 14:25:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-27 14:25:08 +0000 |
commit | 06beb667fb8a7ce2397a2ac4176324d015df5f78 (patch) | |
tree | 37f565e687ea76a14766c9ff16540d33a8fec60e /iw/installpath.py | |
parent | 9170e20414e11d216a33d8053e52ef8ed6f80a31 (diff) | |
download | anaconda-06beb667fb8a7ce2397a2ac4176324d015df5f78.tar.gz anaconda-06beb667fb8a7ce2397a2ac4176324d015df5f78.tar.xz anaconda-06beb667fb8a7ce2397a2ac4176324d015df5f78.zip |
added timezone
Diffstat (limited to 'iw/installpath.py')
-rw-r--r-- | iw/installpath.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iw/installpath.py b/iw/installpath.py index e70a06f39..05699fae4 100644 --- a/iw/installpath.py +++ b/iw/installpath.py @@ -18,6 +18,7 @@ from dependencies import * from lilo import * from examine import * from bootdisk import * +from timezone import * from gui import _ UPGRADE = 0 @@ -34,7 +35,7 @@ class InstallPathWindow (InstallWindow): self.commonSteps = [LanguageWindow, KeyboardWindow, MouseWindow, WelcomeWindow, InstallPathWindow] - self.installSteps = [NetworkWindow, PartitionWindow, FormatWindow, PackageSelectionWindow, + self.installSteps = [TimezoneWindow, NetworkWindow, PartitionWindow, FormatWindow, PackageSelectionWindow, UnresolvedDependenciesWindow, LiloWindow, AuthWindow, AccountWindow, InstallProgressWindow, BootdiskWindow, CongratulationWindow] |