[GRASS-SVN] r65897 - grass/branches/releasebranch_7_0/scripts/d.rast.edit

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 11 15:11:29 PDT 2015


Author: martinl
Date: 2015-08-11 15:11:29 -0700 (Tue, 11 Aug 2015)
New Revision: 65897

Modified:
   grass/branches/releasebranch_7_0/scripts/d.rast.edit/d.rast.edit.py
Log:
d.rast.edit: select wxPython 3.0 by default (fix compilation)
             (merge r65894 from trunk)


Modified: grass/branches/releasebranch_7_0/scripts/d.rast.edit/d.rast.edit.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/d.rast.edit/d.rast.edit.py	2015-08-11 22:09:23 UTC (rev 65896)
+++ grass/branches/releasebranch_7_0/scripts/d.rast.edit/d.rast.edit.py	2015-08-11 22:11:29 UTC (rev 65897)
@@ -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