diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-23 20:06:56 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-23 20:06:56 +0000 |
commit | 28be197951db13df8f65809cfaf73f442a0fdf67 (patch) | |
tree | 186a5843c78a8015ea51ceccd40724a404813bb9 /installclass.py | |
parent | d7634cacf02d7c3fb909df970d9fed4f2d8c5008 (diff) | |
download | anaconda-28be197951db13df8f65809cfaf73f442a0fdf67.tar.gz anaconda-28be197951db13df8f65809cfaf73f442a0fdf67.tar.xz anaconda-28be197951db13df8f65809cfaf73f442a0fdf67.zip |
remove unneeded cruft
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/installclass.py b/installclass.py index 5ee73120f..341783eb2 100644 --- a/installclass.py +++ b/installclass.py @@ -23,19 +23,6 @@ from partitioning import * from rhpl.log import log from rhpl.translate import _, N_ - -# -# XXX constant here really should be in install method??? -# -DEFAULT_DESKTOP_LABEL_1 = N_("The following software will be installed:") - -DEFAULT_DESKTOP_LABEL_2 = N_("These applications will allow you to browse the " - "Internet, send and receive email, and create and " - "edit documents on your %s system.\n\n" - "However %s ships with many more applications, and " - "you may customize the selection of software " - "installed if you want.") - class BaseInstallClass: @@ -44,7 +31,7 @@ class BaseInstallClass: pixmap = None showMinimal = 0 description = None - + # don't select this class by default default = 0 |