Browse Source

temporal: Fixed mapset name doctest

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61432 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 10 years ago
parent
commit
74ef67c6ce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/python/temporal/c_libraries_interface.py

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

@@ -684,8 +684,8 @@ class CLibrariesInterface(object):
        # Check mapsets
        >>> ciface = tgis.CLibrariesInterface()
        >>> mapsets = ciface.available_mapsets()
-       >>> print mapsets[0]
-       PERMANENT
+       >>> mapsets[0] == tgis.get_current_mapset()
+       True
        
        # Raster map
        >>> ciface = tgis.CLibrariesInterface()