X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae920857a74f858f98d0d68f55f6a77de0d8f2cf..98397babd3b679e9d112f3dba04e9849163d9b0c:/utils/wxPython/demo/wxHtmlWindow.py?ds=sidebyside diff --git a/utils/wxPython/demo/wxHtmlWindow.py b/utils/wxPython/demo/wxHtmlWindow.py index 222918f53d..c863001ff4 100644 --- a/utils/wxPython/demo/wxHtmlWindow.py +++ b/utils/wxPython/demo/wxHtmlWindow.py @@ -90,7 +90,6 @@ class TestHtmlPanel(wxPanel): def OnWithWidgets(self, event): - print self.cwd os.chdir(self.cwd) name = os.path.join(self.cwd, 'data/widgetTest.htm') self.html.LoadPage(name)