summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
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 /textw/userauth_text.py
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 'textw/userauth_text.py')
-rw-r--r--textw/userauth_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index cc4d409b9..ced88eb63 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -18,7 +18,7 @@ import iutil
from flags import flags
class RootPasswordWindow:
- def __call__ (self, screen, rootPw, accounts):
+ def __call__ (self, screen, rootPw):
toplevel = GridFormHelp (screen, _("Root Password"), "rootpw", 1, 3)
toplevel.add (TextboxReflowed(37, _("Pick a root password. You must "