diff options
author | Chris Lumens <clumens@redhat.com> | 2009-12-21 13:32:48 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2010-02-04 15:07:56 -0500 |
commit | 36be32c25452a08b5950f991d61013b91e9e5771 (patch) | |
tree | 7d15cd1d8177c79179effe050e6f7c72b020f4cb /yuminstall.py | |
parent | 37141a9a3fabaac4d7d525fa87f9c9983977016b (diff) | |
download | anaconda-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.py | 2 |
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: |