[GRASS-SVN] r41859 - grass/branches/develbranch_6/scripts/v.krige

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 14 07:40:16 EDT 2010


Author: martinl
Date: 2010-04-14 07:40:14 -0400 (Wed, 14 Apr 2010)
New Revision: 41859

Modified:
   grass/branches/develbranch_6/scripts/v.krige/v.krige.py
Log:
fix v.krige for GRASS 6.5


Modified: grass/branches/develbranch_6/scripts/v.krige/v.krige.py
===================================================================
--- grass/branches/develbranch_6/scripts/v.krige/v.krige.py	2010-04-14 11:38:22 UTC (rev 41858)
+++ grass/branches/develbranch_6/scripts/v.krige/v.krige.py	2010-04-14 11:40:14 UTC (rev 41859)
@@ -104,10 +104,10 @@
 import time
 import thread
 
-GUIModulesPath = os.path.join(os.getenv("GISBASE"), "etc", "gui", "wxpython", "gui_modules")
+GUIModulesPath = os.path.join(os.getenv("GISBASE"), "etc", "wxpython", "gui_modules")
 sys.path.append(GUIModulesPath)
 
-GUIPath = os.path.join(os.getenv("GISBASE"), "etc", "gui", "wxpython", "scripts")
+GUIPath = os.path.join(os.getenv("GISBASE"), "etc", "wxpython", "scripts")
 sys.path.append(GUIPath)
 
 ### i18N



More information about the grass-commit mailing list