X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14fb0a9f81f254d06c4102124428aca02a743ee3..c4c3e30f2eb4b6771869d1661c32e0b732a6874a:/wxPython/demo/HtmlWindow.py diff --git a/wxPython/demo/HtmlWindow.py b/wxPython/demo/HtmlWindow.py index 9dac81120f..633a9ccb59 100644 --- a/wxPython/demo/HtmlWindow.py +++ b/wxPython/demo/HtmlWindow.py @@ -193,7 +193,6 @@ class TestHtmlPanel(wx.Panel): def runTest(frame, nb, log): win = TestHtmlPanel(nb, frame, log) - print wx.Window_FindFocus() return win