summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-28 22:14:53 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-28 22:14:53 +0000
commit54b63717c23fcec0b156ff43ce281a42ee982f87 (patch)
tree42c08c3cb7f3719c252fef224c2d9d644cd94bfc /yuminstall.py
parent3d3205ce519e6b61e14a472a13286fb0e257f7c4 (diff)
downloadanaconda-54b63717c23fcec0b156ff43ce281a42ee982f87.tar.gz
anaconda-54b63717c23fcec0b156ff43ce281a42ee982f87.tar.xz
anaconda-54b63717c23fcec0b156ff43ce281a42ee982f87.zip
remove an outdated comment
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 0e78737fd..163f15611 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -605,7 +605,6 @@ class YumBackend(AnacondaBackend):
if grp in self.anaconda_grouplist:
self.anaconda_grouplist.remove(grp)
- # FIXME: these don't properly handle arch. *sigh*
def selectPackage(self, pkg, *args):
sp = pkg.rsplit(".", 2)
p = None