[GRASS-SVN] r37557 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 28 03:59:31 EDT 2009


Author: martinl
Date: 2009-05-28 03:59:31 -0400 (Thu, 28 May 2009)
New Revision: 37557

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/georect.py
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
Log:
import grass.script as grass


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/georect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/georect.py	2009-05-28 07:57:13 UTC (rev 37556)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/georect.py	2009-05-28 07:59:31 UTC (rev 37557)
@@ -35,7 +35,7 @@
 import wx.lib.colourselect as  csel
 import wx.wizard as wiz
 
-from grass.script import all as grass
+import grass.script as grass
 
 import globalvar
 import mapdisp

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2009-05-28 07:57:13 UTC (rev 37556)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2009-05-28 07:59:31 UTC (rev 37557)
@@ -26,7 +26,7 @@
 import wx
 import wx.combo
 
-from grass.script import all as grass
+import grass.script as grass
 
 import globalvar
 import gcmd



More information about the grass-commit mailing list