From bfd41743c644706856519e51be44518d867c403b Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 31 Aug 1999 16:08:17 +0000 Subject: xconfiguration --- iw/installpath.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iw/installpath.py') 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" ) -- cgit