diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-31 16:08:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-31 16:08:17 +0000 |
commit | bfd41743c644706856519e51be44518d867c403b (patch) | |
tree | 8cb864892981bb75db416701985949e6e35da520 /iw/installpath.py | |
parent | 2ef0cb0ae32e9dddf0241e4d8d08a5db516a218f (diff) | |
download | anaconda-bfd41743c644706856519e51be44518d867c403b.tar.gz anaconda-bfd41743c644706856519e51be44518d867c403b.tar.xz anaconda-bfd41743c644706856519e51be44518d867c403b.zip |
xconfiguration
Diffstat (limited to 'iw/installpath.py')
-rw-r--r-- | iw/installpath.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/installpath.py b/iw/installpath.py index 04b9d1493..eeaeb8647 100644 --- a/iw/installpath.py +++ b/iw/installpath.py @@ -18,6 +18,7 @@ from lilo import * from examine import * from bootdisk import * from timezone import * +from xconfig import * from gui import _ import installclass @@ -45,6 +46,7 @@ class InstallPathWindow (InstallWindow): ( AuthWindow, "authentication" ), ( PackageSelectionWindow, "package-selection" ), ( UnresolvedDependenciesWindow, "dependencies" ), + ( XConfigWindow, "xconfig" ), InstallProgressWindow, ( BootdiskWindow, "bootdisk" ), ( CongratulationWindow, "complete" ) |