summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-03-08 22:03:32 +0000
committerChris Lumens <clumens@redhat.com>2007-03-08 22:03:32 +0000
commita99f0d25cd8524a5ef65373e99f02d169bacb28d (patch)
treef24cbe97a825abf56912c153a09fbbcffb02b82c /installclass.py
parent1e10c2a9c8e65069725dfbce48b01b80e18e25fe (diff)
downloadanaconda-a99f0d25cd8524a5ef65373e99f02d169bacb28d.tar.gz
anaconda-a99f0d25cd8524a5ef65373e99f02d169bacb28d.tar.xz
anaconda-a99f0d25cd8524a5ef65373e99f02d169bacb28d.zip
That comment is no longer relevant.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py
index 00846732f..32ab57486 100644
--- a/installclass.py
+++ b/installclass.py
@@ -560,9 +560,7 @@ def ordering(first, second):
return 0
def getBaseInstallClass():
- # figure out what installclass we should base on. this is largely needed
- # due to nonsense about how things like upgrades and kickstart are
- # implemented as installclasses :/
+ # figure out what installclass we should base on.
allavail = availableClasses(showHidden = 1)
avail = availableClasses(showHidden = 0)
if len(avail) == 1: