[GRASS-SVN] r49877 - grass/branches/develbranch_6/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 23 05:29:50 EST 2011


Author: martinl
Date: 2011-12-23 02:29:50 -0800 (Fri, 23 Dec 2011)
New Revision: 49877

Modified:
   grass/branches/develbranch_6/gui/wxpython/core/globalvar.py
Log:
wxGUI: add wxpython/scripts to the path


Modified: grass/branches/develbranch_6/gui/wxpython/core/globalvar.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/globalvar.py	2011-12-23 10:10:13 UTC (rev 49876)
+++ grass/branches/develbranch_6/gui/wxpython/core/globalvar.py	2011-12-23 10:29:50 UTC (rev 49877)
@@ -140,6 +140,7 @@
     # scan gui/scripts/
     if os.path.exists(os.path.join(gisbase, 'etc', 'gui', 'scripts')):
         os.environ["PATH"] = os.getenv("PATH") + os.pathsep + os.path.join(gisbase, 'etc', 'gui', 'scripts')
+        os.environ["PATH"] = os.getenv("PATH") + os.pathsep + os.path.join(gisbase, 'etc', 'wxpython', 'scripts')
         cmd = cmd + os.listdir(os.path.join(gisbase, 'etc', 'gui', 'scripts'))
     
     # scan addons



More information about the grass-commit mailing list