[GRASS-SVN] r60701 - grass/branches/releasebranch_7_0/lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 4 08:15:13 PDT 2014


Author: neteler
Date: 2014-06-04 08:15:13 -0700 (Wed, 04 Jun 2014)
New Revision: 60701

Modified:
   grass/branches/releasebranch_7_0/lib/python/temporal/c_libraries_interface.py
Log:
temporal: fix r60603

Modified: grass/branches/releasebranch_7_0/lib/python/temporal/c_libraries_interface.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/c_libraries_interface.py	2014-06-04 13:22:07 UTC (rev 60700)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/c_libraries_interface.py	2014-06-04 15:15:13 UTC (rev 60701)
@@ -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