diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:08:38 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:08:38 +0000 |
commit | a27a117b59dedb8b68c758dd1505535dcbfbceea (patch) | |
tree | e18ada0f766c942341920160f2c45dafe4f8973c /iw | |
parent | 954f717a6ac072ee78d418e8887448914138bf2c (diff) | |
download | anaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.tar.gz anaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.tar.xz anaconda-a27a117b59dedb8b68c758dd1505535dcbfbceea.zip |
remove dead code
Diffstat (limited to 'iw')
-rw-r--r-- | iw/congrats_gui.py | 11 |
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) |