[GRASS-SVN] r37544 -
grass/branches/develbranch_6/gui/wxpython/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 27 16:57:50 EDT 2009
Author: martinl
Date: 2009-05-27 16:57:50 -0400 (Wed, 27 May 2009)
New Revision: 37544
Modified:
grass/branches/develbranch_6/gui/wxpython/scripts/d.rast3d
Log:
fix d.rast3d (import grass.script)
Modified: grass/branches/develbranch_6/gui/wxpython/scripts/d.rast3d
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/scripts/d.rast3d 2009-05-27 20:55:09 UTC (rev 37543)
+++ grass/branches/develbranch_6/gui/wxpython/scripts/d.rast3d 2009-05-27 20:57:50 UTC (rev 37544)
@@ -29,7 +29,7 @@
#% required : yes
#%end
-import grass
+from grass.script import core as grass
if __name__ == "__main__":
options, flags = grass.parser()
More information about the grass-commit
mailing list