浏览代码

track python scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41850 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父节点
当前提交
0fdfe64276
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = ''