X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f460c29d593da752aa2bac1c178d2c58ee563ff3..68fc5c8025e38b9d827383fbfe7ce509ae331c1f:/wxPython/demo/About.py diff --git a/wxPython/demo/About.py b/wxPython/demo/About.py index 9cddfcb2af..db49ecad94 100644 --- a/wxPython/demo/About.py +++ b/wxPython/demo/About.py @@ -55,8 +55,6 @@ demo item so you can learn how to use the classes yourself.

py_version ) html.SetPage(txt) - f = file('c:/tmp/about.html', 'w') - f.write(txt) btn = html.FindWindowById(wx.ID_OK) ir = html.GetInternalRepresentation() html.SetSize( (ir.GetWidth()+25, ir.GetHeight()+25) )