changeset 210:43e8befd5dd9

Convert GetanView into a urwid widget
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 05 Apr 2013 19:51:44 +0200
parents bffca92237b8
children b71dc50fbd51
files getan/view.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/getan/view.py	Fri Apr 05 19:50:23 2013 +0200
+++ b/getan/view.py	Fri Apr 05 19:51:44 2013 +0200
@@ -409,8 +409,8 @@
             self.rows = []
         self._update_view()
 
+class GetanView(urwid.WidgetWrap):
 
-class GetanView(object):
     palette = [
         ('header',               'white',  'dark blue'),
         ('project_header',       'white',  'dark cyan'),
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)