[GRASS-SVN] r65894 - grass/trunk/scripts/d.rast.edit
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 11 15:08:23 PDT 2015
Author: martinl
Date: 2015-08-11 15:08:23 -0700 (Tue, 11 Aug 2015)
New Revision: 65894
Modified:
grass/trunk/scripts/d.rast.edit/d.rast.edit.py
Log:
d.rast.edit: select wxPython 3.0 by default
Modified: grass/trunk/scripts/d.rast.edit/d.rast.edit.py
===================================================================
--- grass/trunk/scripts/d.rast.edit/d.rast.edit.py 2015-08-11 21:07:09 UTC (rev 65893)
+++ grass/trunk/scripts/d.rast.edit/d.rast.edit.py 2015-08-11 22:08:23 UTC (rev 65894)
@@ -81,8 +81,7 @@
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
More information about the grass-commit
mailing list