git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63031 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -653,7 +653,7 @@ def GetListOfMapsets(dbase, location, selectable = False):
read = True,
flags = 'l',
location = location,
- gisdbase = dbase)
+ dbase = dbase)
if not ret:
return listOfMapsets
@@ -273,7 +273,7 @@ def import_stds(input, output, extrdir, title=None, descr=None, location=None,
try:
gscript.run_command("g.mapset", mapset="PERMANENT",
location=location,
- gisdbase=old_env["GISDBASE"])
+ dbase=old_env["GISDBASE"])
except CalledModuleError:
gscript.fatal(_("Unable to switch to location %s") % location)
# create default database connection