From 36be32c25452a08b5950f991d61013b91e9e5771 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 21 Dec 2009 13:32:48 -0500 Subject: Last attribute out of InstallData, please turn out the lights. --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index f3842ce22..32d22c2cf 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1299,7 +1299,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon moduleProvides = [] - for (path, name) in anaconda.id.extraModules: + for (path, name) in anaconda.extraModules: if ext != "": moduleProvides.append("dud-%s-%s" % (name, ext)) else: -- cgit