[GRASS-SVN] r41380 - grass/branches/develbranch_6/scripts/v.krige

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 11 08:33:29 EST 2010


Author: martinl
Date: 2010-03-11 08:33:29 -0500 (Thu, 11 Mar 2010)
New Revision: 41380

Modified:
   grass/branches/develbranch_6/scripts/v.krige/v.krige
Log:
v.krige: fix for python 2.4


Modified: grass/branches/develbranch_6/scripts/v.krige/v.krige
===================================================================
--- grass/branches/develbranch_6/scripts/v.krige/v.krige	2010-03-11 07:34:51 UTC (rev 41379)
+++ grass/branches/develbranch_6/scripts/v.krige/v.krige	2010-03-11 13:33:29 UTC (rev 41380)
@@ -147,7 +147,7 @@
 
 #classes in alphabetical order. methods in logical order :)
 
-class Controller():
+class Controller:
     """ Executes analysis. For the moment, only with gstat functions."""
     
     def ImportMap(self, map, column):



More information about the grass-commit mailing list