From bbf0bd053873f78236174b94d6aa822cb953282d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 18 May 2006 14:45:03 +0000 Subject: [PATCH] Undo part of lst change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/About.py | 2 -- 1 file changed, 2 deletions(-) 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) ) -- 2.45.2