[GRASS-SVN] r37653 - grass/branches/develbranch_6/gui/wxpython/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 31 08:48:18 EDT 2009


Author: hamish
Date: 2009-05-31 08:48:18 -0400 (Sun, 31 May 2009)
New Revision: 37653

Modified:
   grass/branches/develbranch_6/gui/wxpython/scripts/p.db
   grass/branches/develbranch_6/gui/wxpython/scripts/p.mon
Log:
path changed but fix never backported

Modified: grass/branches/develbranch_6/gui/wxpython/scripts/p.db
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/scripts/p.db	2009-05-31 12:47:02 UTC (rev 37652)
+++ grass/branches/develbranch_6/gui/wxpython/scripts/p.db	2009-05-31 12:48:18 UTC (rev 37653)
@@ -24,9 +24,9 @@
 # CODE GOES HERE
 
 if [ -z "$PYTHONPATH" ] ; then
-   PYTHONPATH="$GISBASE/etc/wx"
+   PYTHONPATH="$GISBASE/etc/wxpython"
 else
-   PYTHONPATH="$GISBASE/etc/wx:$PYTHONPATH"
+   PYTHONPATH="$GISBASE/etc/wxpython:$PYTHONPATH"
 fi
 export PYTHONPATH
 

Modified: grass/branches/develbranch_6/gui/wxpython/scripts/p.mon
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/scripts/p.mon	2009-05-31 12:47:02 UTC (rev 37652)
+++ grass/branches/develbranch_6/gui/wxpython/scripts/p.mon	2009-05-31 12:48:18 UTC (rev 37653)
@@ -65,9 +65,9 @@
 # CODE GOES HERE
 
 if [ -z "$PYTHONPATH" ] ; then
-   PYTHONPATH="$GISBASE/etc/wx"
+   PYTHONPATH="$GISBASE/etc/wxpython"
 else
-   PYTHONPATH="$GISBASE/etc/wx:$PYTHONPATH"
+   PYTHONPATH="$GISBASE/etc/wxpython:$PYTHONPATH"
 fi
 export PYTHONPATH
 



More information about the grass-commit mailing list