[GRASS-SVN] r37547 - grass/branches/releasebranch_6_4/gui/wxpython/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 27 17:28:37 EDT 2009


Author: martinl
Date: 2009-05-27 17:28:37 -0400 (Wed, 27 May 2009)
New Revision: 37547

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/scripts/d.rast3d
Log:
fix d.rast3d (import grass.script)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/scripts/d.rast3d
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/scripts/d.rast3d	2009-05-27 21:27:58 UTC (rev 37546)
+++ grass/branches/releasebranch_6_4/gui/wxpython/scripts/d.rast3d	2009-05-27 21:28:37 UTC (rev 37547)
@@ -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