changeset 132:3b2a64542555

Use new style class for GetanView
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 31 Oct 2012 09:54:18 +0100
parents 3d5232dad59a
children 78992300f421
files getan/view.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/getan/view.py	Wed Oct 31 09:53:57 2012 +0100
+++ b/getan/view.py	Wed Oct 31 09:54:18 2012 +0100
@@ -347,7 +347,7 @@
         self._update_view()
 
 
-class GetanView:
+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)