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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 25 13:43:38 EDT 2009


Author: martinl
Date: 2009-05-25 13:43:38 -0400 (Mon, 25 May 2009)
New Revision: 37484

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/georect.py
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
Log:
fix importing grass.script modules
    (merge from trunk, r37483)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/georect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/georect.py	2009-05-25 17:41:26 UTC (rev 37483)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/georect.py	2009-05-25 17:43:38 UTC (rev 37484)
@@ -35,7 +35,7 @@
 import wx.lib.colourselect as  csel
 import wx.wizard as wiz
 
-from grass.script import core as grass
+from grass.script import core, db, vector 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-25 17:41:26 UTC (rev 37483)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2009-05-25 17:43:38 UTC (rev 37484)
@@ -26,7 +26,7 @@
 import wx
 import wx.combo
 
-from grass.script import core as grass
+from grass.script import core, db, vector as grass
 
 import globalvar
 import gcmd



More information about the grass-commit mailing list