Browse Source

fix path

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35507 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 năm trước cách đây
mục cha
commit
3adfa9b1c2
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      gui/wxpython/scripts/p.db
  2. 1 1
      gui/wxpython/scripts/p.mon

+ 1 - 1
gui/wxpython/scripts/p.db

@@ -23,7 +23,7 @@ fi
 
 # CODE GOES HERE
 
-PYTHONPATH="$GISBASE/etc/wx"
+PYTHONPATH="$GISBASE/etc/wxpython"
 
 export PYTHONPATH
 

+ 1 - 1
gui/wxpython/scripts/p.mon

@@ -64,7 +64,7 @@ fi
 
 # CODE GOES HERE
 
-PYTHONPATH="$GISBASE/etc/wx"
+PYTHONPATH="$GISBASE/etc/wxpython"
 
 export PYTHONPATH