summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:08:38 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:08:38 +0000
commita27a117b59dedb8b68c758dd1505535dcbfbceea (patch)
treee18ada0f766c942341920160f2c45dafe4f8973c /iw
parent954f717a6ac072ee78d418e8887448914138bf2c (diff)
downloadanaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.tar.gz
anaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.tar.xz
anaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.zip
remove dead code
Diffstat (limited to 'iw')
-rw-r--r--iw/congrats_gui.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 458a27696..91ff44ac8 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -64,17 +64,6 @@ class CongratulationWindow (InstallWindow):
txt = _("Congratulations, the installation is complete.\n\n"
"%s%s") %(floppystr, bootstr)
- foo = _("For information on Errata (updates and bug fixes), visit:\n"
- "\thttp://www.redhat.com/errata/\n\n"
- "For information on automatic updates through Red Hat "
- "Network, visit:\n"
- "\thttp://rhn.redhat.com/\n\n"
- "For information on using and configuring the system, visit:\n"
- "\thttp://www.redhat.com/docs/\n"
- "\thttp://www.redhat.com/apps/support/\n\n"
- "To register the product for support, visit:\n"
- "\thttp://www.redhat.com/apps/activate/\n\n")
-
label = gui.WrappingLabel(txt)
hbox.pack_start (label, True, True)