[GRASS-SVN] r37654 -
	grass/branches/releasebranch_6_4/gui/wxpython/scripts
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Sun May 31 08:49:42 EDT 2009
    
    
  
Author: hamish
Date: 2009-05-31 08:49:42 -0400 (Sun, 31 May 2009)
New Revision: 37654
Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.db
   grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.mon
Log:
path changed but fix never backported from trunk
Modified: grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.db
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.db	2009-05-31 12:48:18 UTC (rev 37653)
+++ grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.db	2009-05-31 12:49:42 UTC (rev 37654)
@@ -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/releasebranch_6_4/gui/wxpython/scripts/p.mon
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.mon	2009-05-31 12:48:18 UTC (rev 37653)
+++ grass/branches/releasebranch_6_4/gui/wxpython/scripts/p.mon	2009-05-31 12:49:42 UTC (rev 37654)
@@ -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