Explorar o código

fix pythonlib (no grass module)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40131 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=15) %!d(string=hai) anos
pai
achega
fd82284eec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/python/db.py

+ 1 - 1
lib/python/db.py

@@ -45,7 +45,7 @@ def db_describe(table, **args):
     """
     s = read_command('db.describe', flags = 'c', table = table, **args)
     if not s:
-	grass.fatal(_("Unable to describe table <%s>") % table)
+	fatal(_("Unable to describe table <%s>") % table)
     
     cols = []
     result = {}