summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-15 14:59:03 -0400
committerChris Lumens <clumens@redhat.com>2009-07-29 15:25:32 -0400
commitb61c399f446a7f085a10916781a1de61a363e108 (patch)
tree68268f1171bc32e2158a5128483c90661f1ffe81 /packages.py
parent86a8d4ce4fa20e43afcc3127efc7c7d89541c973 (diff)
downloadanaconda-b61c399f446a7f085a10916781a1de61a363e108.tar.gz
anaconda-b61c399f446a7f085a10916781a1de61a363e108.tar.xz
anaconda-b61c399f446a7f085a10916781a1de61a363e108.zip
Most windows no longer need an anaconda argument, since the intf has that.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 4e90b7c9b..dda98c4c9 100644
--- a/packages.py
+++ b/packages.py
@@ -366,7 +366,7 @@ def regKeyScreen(anaconda):
anaconda.id.instClass.skipkey = False
while not anaconda.id.instClass.skipkey:
- rc = anaconda.intf.getInstallKey(anaconda, key)
+ rc = anaconda.intf.getInstallKey(key)
if rc is None and anaconda.dispatch.canGoBack():
return DISPATCH_BACK
elif rc is None: