소스 검색

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):