فهرست منبع

Controller is now old-style class, please test

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40447 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anne Ghisla 15 سال پیش
والد
کامیت
ab3d2e3849
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      scripts/v.krige/v.krige.py

+ 2 - 1
scripts/v.krige/v.krige.py

@@ -147,7 +147,8 @@ rinterface = None
 
 #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):