From a9642c3a2131d976ba4ed5fc2dcdc53ccc48836b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 19 Jun 2007 15:45:23 +0000 Subject: [PATCH] fix import error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/html.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/wxPython/html.py b/wxPython/wxPython/html.py index 44ac756993..82443ce7d3 100644 --- a/wxPython/wxPython/html.py +++ b/wxPython/wxPython/html.py @@ -148,7 +148,8 @@ wxID_HTML_SEARCHCHOICE = wx.html.ID_HTML_SEARCHCHOICE wxID_HTML_COUNTINFO = wx.html.ID_HTML_COUNTINFO wxHtmlHelpWindow = wx.html.HtmlHelpWindow wxPreHtmlHelpWindow = wx.html.PreHtmlHelpWindow -wxHtmlWindowEvent = wx.html.HtmlWindowEvent +wxHtmlCellEvent = wx.html.HtmlCellEvent +wxHtmlLinkEvent = wx.html.HtmlLinkEvent wxHtmlHelpFrame = wx.html.HtmlHelpFrame wxPreHtmlHelpFrame = wx.html.PreHtmlHelpFrame wxHtmlHelpDialog = wx.html.HtmlHelpDialog