[GRASS-SVN] r40133 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 24 16:28:57 EST 2009
Author: martinl
Date: 2009-12-24 16:28:57 -0500 (Thu, 24 Dec 2009)
New Revision: 40133
Modified:
grass/branches/develbranch_6/lib/python/db.py
Log:
fix pythonlib (no grass module)
(merge r40131 from trunk)
Modified: grass/branches/develbranch_6/lib/python/db.py
===================================================================
--- grass/branches/develbranch_6/lib/python/db.py 2009-12-24 21:27:14 UTC (rev 40132)
+++ grass/branches/develbranch_6/lib/python/db.py 2009-12-24 21:28:57 UTC (rev 40133)
@@ -47,7 +47,7 @@
"""
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 = {}
More information about the grass-commit
mailing list