浏览代码

partly revert accidental commit https://trac.osgeo.org/grass/changeset/73293

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73295 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 6 年之前
父节点
当前提交
07f13163bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_core/ghelp.py

+ 1 - 1
gui/wxpython/gui_core/ghelp.py

@@ -31,7 +31,7 @@ else:
     _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: