changeset 143:9f4da22fb1f1

Use new style class for backend
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 13 Nov 2012 13:10:48 +0100
parents d88240a3a065
children 9e853f9e63ad
files getan/backend.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/getan/backend.py	Thu Nov 01 11:30:08 2012 +0100
+++ b/getan/backend.py	Tue Nov 13 13:10:48 2012 +0100
@@ -87,7 +87,7 @@
 
 logger = logging.getLogger()
 
-class Backend:
+class Backend(object):
 
     def __init__(self, database = DEFAULT_DATABASE):
         self.database = database
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)