summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-21 13:32:48 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 15:07:56 -0500
commit36be32c25452a08b5950f991d61013b91e9e5771 (patch)
tree7d15cd1d8177c79179effe050e6f7c72b020f4cb /yuminstall.py
parent37141a9a3fabaac4d7d525fa87f9c9983977016b (diff)
downloadanaconda-36be32c25452a08b5950f991d61013b91e9e5771.tar.gz
anaconda-36be32c25452a08b5950f991d61013b91e9e5771.tar.xz
anaconda-36be32c25452a08b5950f991d61013b91e9e5771.zip
Last attribute out of InstallData, please turn out the lights.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
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: