Browse Source

track python scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41850 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 years ago
parent
commit
0fdfe64276
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/globalvar.py

+ 1 - 1
gui/wxpython/gui_modules/globalvar.py

@@ -111,7 +111,7 @@ MAP_DISPLAY_STATUSBAR_MODE = [_("Coordinates"),
 """!File name extension binaries/scripts"""
 if subprocess.mswindows:
     EXT_BIN = '.exe'
-    EXT_SCT = '.bat'
+    EXT_SCT = '.py'
 else:
     EXT_BIN = ''
     EXT_SCT = ''