summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-06 01:52:46 +0000
committerMike Fulbright <msf@redhat.com>2001-07-06 01:52:46 +0000
commit3e955529323e89a4a82f0c3fec858e30975f6a67 (patch)
treee9c56cf5494e45a857c5c36d15d18549619d9a2d /text.py
parent6f4e603748dc595083c72b6e7643134409ba6c41 (diff)
downloadanaconda-3e955529323e89a4a82f0c3fec858e30975f6a67.tar.gz
anaconda-3e955529323e89a4a82f0c3fec858e30975f6a67.tar.xz
anaconda-3e955529323e89a4a82f0c3fec858e30975f6a67.zip
oops
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/text.py b/text.py
index b0b41c7d9..f7c1d91ea 100644
--- a/text.py
+++ b/text.py
@@ -29,11 +29,10 @@ from flags import flags
from constants_text import *
stepToClasses = {
- "welcome" : ( "complete_text", "FinishedWindow" ),
"language" : ( "language_text", "LanguageWindow" ),
"keyboard" : ( "keyboard_text", "KeyboardWindow" ),
"mouse" : ( "mouse_text", ( "MouseWindow", "MouseDeviceWindow" ) ),
-# "welcome" : ("welcome_text", "WelcomeWindow" ),
+ "welcome" : ("welcome_text", "WelcomeWindow" ),
"reconfigwelcome" : ("welcome_text", "ReconfigWelcomeWindow" ),
"installtype" : ("installpath_text", "InstallPathWindow" ),
"autopartition" : ("partition_text", "AutoPartitionWindow"),