From 54b63717c23fcec0b156ff43ce281a42ee982f87 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 28 Oct 2005 22:14:53 +0000 Subject: remove an outdated comment --- yuminstall.py | 1 - 1 file changed, 1 deletion(-) (limited to 'yuminstall.py') 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 -- cgit