[Mpuls-commits] r5981 - base/trunk/mpulsweb/model

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 11 15:21:02 CEST 2012


Author: bricks
Date: 2012-06-11 15:21:01 +0200 (Mon, 11 Jun 2012)
New Revision: 5981

Modified:
   base/trunk/mpulsweb/model/agencysettings.py
Log:
Use new style class for easier overriding


Modified: base/trunk/mpulsweb/model/agencysettings.py
===================================================================
--- base/trunk/mpulsweb/model/agencysettings.py	2012-06-11 12:46:56 UTC (rev 5980)
+++ base/trunk/mpulsweb/model/agencysettings.py	2012-06-11 13:21:01 UTC (rev 5981)
@@ -47,7 +47,7 @@
 log = logging.getLogger(__name__)
 
 
-class Agency:
+class Agency(object):
 
     def __init__(self):
         self.conf = {}



More information about the Mpuls-commits mailing list