[GRASS-SVN] r41850 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 13 14:40:55 EDT 2010
Author: martinl
Date: 2010-04-13 14:40:54 -0400 (Tue, 13 Apr 2010)
New Revision: 41850
Modified:
grass/trunk/gui/wxpython/gui_modules/globalvar.py
Log:
track python scripts
Modified: grass/trunk/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/globalvar.py 2010-04-13 18:40:06 UTC (rev 41849)
+++ grass/trunk/gui/wxpython/gui_modules/globalvar.py 2010-04-13 18:40:54 UTC (rev 41850)
@@ -111,7 +111,7 @@
"""!File name extension binaries/scripts"""
if subprocess.mswindows:
EXT_BIN = '.exe'
- EXT_SCT = '.bat'
+ EXT_SCT = '.py'
else:
EXT_BIN = ''
EXT_SCT = ''
More information about the grass-commit
mailing list