summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
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: