[GRASS-SVN] r42105 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 4 06:29:39 EDT 2010
Author: martinl
Date: 2010-05-04 06:29:36 -0400 (Tue, 04 May 2010)
New Revision: 42105
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py
Log:
wxGUI: fix compilation
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py 2010-05-04 09:05:27 UTC (rev 42104)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py 2010-05-04 10:29:36 UTC (rev 42105)
@@ -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