[GRASS-SVN] r43369 - grass/trunk/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 31 21:03:30 EDT 2010
Author: hamish
Date: 2010-09-01 01:03:30 +0000 (Wed, 01 Sep 2010)
New Revision: 43369
Modified:
grass/trunk/scripts/g.extension/g.extension.py
Log:
todo comment
Modified: grass/trunk/scripts/g.extension/g.extension.py
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.py 2010-09-01 01:00:55 UTC (rev 43368)
+++ grass/trunk/scripts/g.extension/g.extension.py 2010-09-01 01:03:30 UTC (rev 43369)
@@ -103,6 +103,7 @@
# check if we have the svn client
if not grass.find_program('svn'):
grass.fatal(_('svn client required. Please install subversion first.'))
+ # probably test here if we have "make" and "install" programs here too. gcc?
def expand_module_class_name(c):
name = { 'd' : 'display',
More information about the grass-commit
mailing list