summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-01 21:40:57 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-01 21:40:57 +0000
commit358bc3918ed227551f93f4efacb08f653a783e0d (patch)
treec3bb6813dde66bbb87f6daf61b51b7e06b7a00a1 /iw
parent8a3a1e1b47a2e66bbb67f2552b86c032a3829724 (diff)
downloadanaconda-358bc3918ed227551f93f4efacb08f653a783e0d.tar.gz
anaconda-358bc3918ed227551f93f4efacb08f653a783e0d.tar.xz
anaconda-358bc3918ed227551f93f4efacb08f653a783e0d.zip
don't pass the accounts object around either since it's superflous now
Diffstat (limited to 'iw')
-rw-r--r--iw/account_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 474479e9b..3a5a56cfa 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -52,7 +52,7 @@ class AccountWindow (InstallWindow):
self.pw.grab_focus ()
# AccountWindow tag="accts"
- def getScreen (self, rootPw, accounts):
+ def getScreen (self, rootPw):
self.rootPw = rootPw
self.passwords = {}