소스 검색

ctypes: update for https://trac.osgeo.org/grass/changeset/60508

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60525 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 년 전
부모
커밋
5a67807666
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/python/temporal/c_libraries_interface.py

+ 1 - 1
lib/python/temporal/c_libraries_interface.py

@@ -55,7 +55,7 @@ def available_mapsets(lock, conn, data):
        @return Names of available mapsets as list of strings
        @return Names of available mapsets as list of strings
     """
     """
     
     
-    mapsets = libgis.G_available_mapsets()
+    mapsets = libgis.G_get_available_mapsets()
 
 
     count = 0
     count = 0
     mapset_list = []
     mapset_list = []