diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 00:31:58 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 00:31:58 +0000 |
commit | 0f1e2c344f089c6955d8523d4357fca33768d2c3 (patch) | |
tree | d7af2dbd86430bbdea68c9890f3c5df976b01b25 /iw | |
parent | 87126a5bc810ff66ac4f15111f4f2e0510a82076 (diff) | |
download | anaconda-0f1e2c344f089c6955d8523d4357fca33768d2c3.tar.gz anaconda-0f1e2c344f089c6955d8523d4357fca33768d2c3.tar.xz anaconda-0f1e2c344f089c6955d8523d4357fca33768d2c3.zip |
extra space
Diffstat (limited to 'iw')
-rw-r--r-- | iw/package.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/iw/package.py b/iw/package.py index 8719c3cff..af1cac96f 100644 --- a/iw/package.py +++ b/iw/package.py @@ -20,8 +20,6 @@ class IndividualPackageSelectionWindow (InstallWindow): ics.setTitle (_("Individual Package Selection")) ics.setNextEnabled (1) ics.readHTML ("sel-indiv") -## ics.setHTML ("<HTML><BODY>Next you must select which packages to install." -## "</BODY></HTML>") ics.setHelpEnabled (FALSE) self.DIR = 0 self.DIR_UP = 1 |