summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-31 16:08:17 +0000
committerMatt Wilson <msw@redhat.com>1999-08-31 16:08:17 +0000
commitbfd41743c644706856519e51be44518d867c403b (patch)
tree8cb864892981bb75db416701985949e6e35da520 /iw/installpath.py
parent2ef0cb0ae32e9dddf0241e4d8d08a5db516a218f (diff)
downloadanaconda-bfd41743c644706856519e51be44518d867c403b.tar.gz
anaconda-bfd41743c644706856519e51be44518d867c403b.tar.xz
anaconda-bfd41743c644706856519e51be44518d867c403b.zip
xconfiguration
Diffstat (limited to 'iw/installpath.py')
-rw-r--r--iw/installpath.py2
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" )