summaryrefslogtreecommitdiffstats
path: root/textw/complete_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-02-08 04:21:12 +0000
committerMike Fulbright <msf@redhat.com>2002-02-08 04:21:12 +0000
commita5649c996f254ae1e3b2db0586cda8255bc65d77 (patch)
tree5bb5f7974c6cc050a3bd7751623d8d93270ec3ae /textw/complete_text.py
parentff5728fd1358ded66221f13959c5286d879261b6 (diff)
downloadanaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.tar.gz
anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.tar.xz
anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.zip
oh yeah goodbye reconfig
Diffstat (limited to 'textw/complete_text.py')
-rw-r--r--textw/complete_text.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py
index 3d778130e..a23a967f3 100644
--- a/textw/complete_text.py
+++ b/textw/complete_text.py
@@ -55,18 +55,3 @@ class FinishedWindow:
return INSTALL_OK
-class ReconfigFinishedWindow:
- def __call__ (self, screen):
- screen.pushHelpLine (string.center(_("<Enter> to exit"),
- screen.width))
-
- rc = ButtonChoiceWindow (screen, _("Complete"),
- _("Congratulations, configuration is complete.\n\n"
- "For information on errata (updates and bug fixes), visit "
- "http://www.redhat.com/errata.\n\n"
- "Information on using your "
- "system is available in the Red Hat Linux manuals at "
- "http://www.redhat.com/support/manuals."),
- [ _("OK") ], help = "reconfigfinished")
-
- return INSTALL_OK