Explorar o código

track python scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41850 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=15) %!d(string=hai) anos
pai
achega
0fdfe64276
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = ''