瀏覽代碼

fix pythonlib (no grass module)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40131 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父節點
當前提交
fd82284eec
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = {}