diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-21 02:55:11 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-21 02:55:11 +0000 |
commit | ca7a90603d0d43b4c363f7d5d3e5a3e1da1fbe30 (patch) | |
tree | 14a57b76a260f996b55dce45193de5121abbd620 | |
parent | 8c1b5a5d9aaea7eea546358a3971d00bedec3f6a (diff) | |
download | anaconda-ca7a90603d0d43b4c363f7d5d3e5a3e1da1fbe30.tar.gz anaconda-ca7a90603d0d43b4c363f7d5d3e5a3e1da1fbe30.tar.xz anaconda-ca7a90603d0d43b4c363f7d5d3e5a3e1da1fbe30.zip |
move to id
-rw-r--r-- | packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py index 9780521e5..4f14d9910 100644 --- a/packages.py +++ b/packages.py @@ -713,7 +713,7 @@ def doInstall(method, id, intf, instPath): w.set(6) - self.instClass.postAction(instPath, flags.serial) + id.instClass.postAction(instPath, flags.serial) w.set(7) |