浏览代码

d.rast.edit: select wxPython 3.0 by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65894 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父节点
当前提交
d9ef339395
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      scripts/d.rast.edit/d.rast.edit.py

+ 1 - 2
scripts/d.rast.edit/d.rast.edit.py

@@ -81,8 +81,7 @@ import grass.script as grass
 
 try:
     import wxversion
-    wxversion.select(['2.8','2.6'])
-    # wxversion.select(['2.6','2.8'])
+    wxversion.select(['3.0', '2.8','2.6'])
     import wx
 except Exception:
     # ensure that --help, --interface-description etc work even without wx