Debugging

This commit is contained in:
Michael Gregson 2009-01-15 18:37:19 -05:00
parent c27529feaa
commit 033a15c9a5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def overdue_books(data):
None, 'selected'))
widgets.append(urwid.Divider())
urwid.WidgetWrap.__init__(self, urwid.ListBox(widgets))
push_window(urwid.ListBox(widgets))
None