From 1b582abbf55b86fefdb72a9ee856753411d36edd Mon Sep 17 00:00:00 2001 From: David Bartley Date: Fri, 23 Jan 2009 00:53:28 -0500 Subject: [PATCH] One of those LdapWordEdit was not meant to be --- ceo/urwid/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceo/urwid/library.py b/ceo/urwid/library.py index f6252eb..0ea87ac 100644 --- a/ceo/urwid/library.py +++ b/ceo/urwid/library.py @@ -138,7 +138,7 @@ class ConfirmPage(WizardPanel): task -> used to deterimine the action """ - self.user = LdapWordEdit(csclub_uri, csclub_base, 'uid', "Username: ") + self.user = urwid.Text("Username: ") self.book = urwid.Text("Book: ") title = ""