diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-10-01 21:40:57 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-10-01 21:40:57 +0000 |
commit | 358bc3918ed227551f93f4efacb08f653a783e0d (patch) | |
tree | c3bb6813dde66bbb87f6daf61b51b7e06b7a00a1 /iw | |
parent | 8a3a1e1b47a2e66bbb67f2552b86c032a3829724 (diff) | |
download | anaconda-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.py | 2 |
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 = {} |