[GRASS-SVN] r42001 -
grass/branches/develbranch_6/gui/wxpython/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 23 10:35:44 EDT 2010
Author: aghisla
Date: 2010-04-23 10:35:44 -0400 (Fri, 23 Apr 2010)
New Revision: 42001
Modified:
grass/branches/develbranch_6/gui/wxpython/scripts/vkrige.py
Log:
Actual commit. sorry for noise.
Modified: grass/branches/develbranch_6/gui/wxpython/scripts/vkrige.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/scripts/vkrige.py 2010-04-23 14:30:47 UTC (rev 42000)
+++ grass/branches/develbranch_6/gui/wxpython/scripts/vkrige.py 2010-04-23 14:35:44 UTC (rev 42001)
@@ -33,7 +33,7 @@
sys.exit(_("No GRASS-python library found."))
### wxGUI imports
-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)
import globalvar
More information about the grass-commit
mailing list