[GRASS-SVN] r60525 - grass/trunk/lib/python/temporal
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 27 22:57:39 PDT 2014
Author: neteler
Date: 2014-05-27 22:57:39 -0700 (Tue, 27 May 2014)
New Revision: 60525
Modified:
grass/trunk/lib/python/temporal/c_libraries_interface.py
Log:
ctypes: update for r60508
Modified: grass/trunk/lib/python/temporal/c_libraries_interface.py
===================================================================
--- grass/trunk/lib/python/temporal/c_libraries_interface.py 2014-05-28 04:29:10 UTC (rev 60524)
+++ grass/trunk/lib/python/temporal/c_libraries_interface.py 2014-05-28 05:57:39 UTC (rev 60525)
@@ -55,7 +55,7 @@
@return Names of available mapsets as list of strings
"""
- mapsets = libgis.G_available_mapsets()
+ mapsets = libgis.G_get_available_mapsets()
count = 0
mapset_list = []
More information about the grass-commit
mailing list