浏览代码

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
     """
     
-    mapsets = libgis.G_available_mapsets()
+    mapsets = libgis.G_get_available_mapsets()
 
     count = 0
     mapset_list = []