From: Matthijs Kooijman Date: Mon, 17 Aug 2009 22:25:20 +0000 (+0200) Subject: Make KeyBindingView extend View. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fmobilegtd.git;a=commitdiff_plain;h=f962d6e90c228ddf0bbaf2490884d059b52fc38d Make KeyBindingView extend View. --- diff --git a/src/gui/gui.py b/src/gui/gui.py index 815edc5..2661286 100644 --- a/src/gui/gui.py +++ b/src/gui/gui.py @@ -218,7 +218,7 @@ class WidgetBasedListView(ListView): return self.widgets[self.selected_index()] -class KeyBindingView(object): +class KeyBindingView(View): def __init__(self): self.binding_map = {}