From 4b78d26f11e8624240f82f0a8f4d25a553b3b6cd Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 2 Jan 2001 19:41:04 +0000 Subject: [PATCH] test cvs commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 64f8b24969..5064aaf328 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -204,7 +204,7 @@ swig_files = [ 'wx.i', 'windows.i', 'windows2.i', 'windows3.i', 'events.i', 'controls2.i', 'cmndlgs.i', 'stattool.i', 'frames.i', 'image.i', 'printfw.i', 'sizers.i', 'clip_dnd.i', 'filesys.i', 'streams.i', -# 'grid.i', 'html.i', 'htmlhelp.i', 'calendar.i', 'utils.i', + ##'grid.i', 'html.i', 'htmlhelp.i', 'calendar.i', 'utils.i', ] swig_sources = run_swig(swig_files, 'src', GENDIR, PKGDIR, -- 2.47.2