[GRASS-SVN] r40447 - grass/trunk/scripts/v.krige

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 14 03:31:14 EST 2010


Author: aghisla
Date: 2010-01-14 03:31:12 -0500 (Thu, 14 Jan 2010)
New Revision: 40447

Modified:
   grass/trunk/scripts/v.krige/v.krige.py
Log:
Controller is now old-style class, please test


Modified: grass/trunk/scripts/v.krige/v.krige.py
===================================================================
--- grass/trunk/scripts/v.krige/v.krige.py	2010-01-14 08:24:44 UTC (rev 40446)
+++ grass/trunk/scripts/v.krige/v.krige.py	2010-01-14 08:31:12 UTC (rev 40447)
@@ -147,7 +147,8 @@
 
 #classes in alphabetical order. methods in logical order :)
 
-class Controller():
+# <2.5 class definition, without () - please test 
+class Controller:
     """ Executes analysis. For the moment, only with gstat functions."""
     
     def ImportMap(self, map, column):



More information about the grass-commit mailing list