[GRASS-SVN] r42106 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 4 06:31:01 EDT 2010
Author: martinl
Date: 2010-05-04 06:31:01 -0400 (Tue, 04 May 2010)
New Revision: 42106
Modified:
grass/trunk/gui/wxpython/gui_modules/globalvar.py
Log:
wxGUI: fix compilation
Modified: grass/trunk/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/globalvar.py 2010-05-04 10:29:36 UTC (rev 42105)
+++ grass/trunk/gui/wxpython/gui_modules/globalvar.py 2010-05-04 10:31:01 UTC (rev 42106)
@@ -22,6 +22,7 @@
import gettext
gettext.install('grasswxpy', os.path.join(os.getenv("GISBASE"), 'locale'), unicode=True)
+sys.path.append(os.path.join(ETCDIR, "python"))
import grass.script as grass
# wxversion.select() called once at the beginning
More information about the grass-commit
mailing list