diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-10 23:27:21 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-10 23:27:21 +0000 |
commit | d26cfef965b7a4bd2cead5e316af23984f56c956 (patch) | |
tree | 61462e914b7f224705509798f11342810b7b362a /packages.py | |
parent | fda20a2f1529ff6cce4d5ea9851a3f01f67cd848 (diff) | |
download | anaconda-d26cfef965b7a4bd2cead5e316af23984f56c956.tar.gz anaconda-d26cfef965b7a4bd2cead5e316af23984f56c956.tar.xz anaconda-d26cfef965b7a4bd2cead5e316af23984f56c956.zip |
use the right name
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py index c8b9eb6d9..4b4711ba1 100644 --- a/packages.py +++ b/packages.py @@ -334,7 +334,7 @@ def doPreInstall(method, id, intf, instPath, dir): def select(hdList, name): if hdList.has_key(name): - id.hdList[name].selected = 1 + hdList[name].selected = 1 if not upgrade: # this is NICE and LATE. It lets kickstart/server/workstation |