[GRASS-SVN] r73295 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 8 02:22:32 PDT 2018


Author: martinl
Date: 2018-09-08 02:22:32 -0700 (Sat, 08 Sep 2018)
New Revision: 73295

Modified:
   grass/trunk/gui/wxpython/gui_core/ghelp.py
Log:
partly revert accidental commit r73293

Modified: grass/trunk/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/ghelp.py	2018-09-08 09:20:12 UTC (rev 73294)
+++ grass/trunk/gui/wxpython/gui_core/ghelp.py	2018-09-08 09:22:32 UTC (rev 73295)
@@ -31,7 +31,7 @@
     _unichr = chr
 
 import wx
-from wx.html2 import WebView as HtmlWindow
+from wx.html import HtmlWindow
 try:
     from wx.lib.agw.hyperlink import HyperLinkCtrl
 except ImportError:



More information about the grass-commit mailing list