[GRASS-SVN] r60065 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 4 03:04:07 PDT 2014


Author: martinl
Date: 2014-05-04 03:04:06 -0700 (Sun, 04 May 2014)
New Revision: 60065

Modified:
   grass/trunk/gui/wxpython/core/globalvar.py
Log:
Add GUIDIR/scripts into path

Modified: grass/trunk/gui/wxpython/core/globalvar.py
===================================================================
--- grass/trunk/gui/wxpython/core/globalvar.py	2014-05-04 09:52:00 UTC (rev 60064)
+++ grass/trunk/gui/wxpython/core/globalvar.py	2014-05-04 10:04:06 UTC (rev 60065)
@@ -208,3 +208,6 @@
 
 """@Check version of wxPython, use agwStyle for 2.8.11+"""
 hasAgw = CheckWxVersion()
+
+"""@Add GUIDIR/scripts into path"""
+os.environ['PATH'] = os.path.join(GUIDIR, 'scripts') + os.pathsep + os.environ['PATH']



More information about the grass-commit mailing list