git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-03-23 01:54:36 +00:00
parent ffa57cc0b4
commit 78f2d605b8

View File

@@ -31,9 +31,6 @@ def run():
# Tweak the parsed meta objects in the module object as needed for
# customizing the generated code and docstrings.
#c = module.find('')
#assert isinstance(c, etgtools.ClassDef)
module.addHeaderCode('#include <wx/generic/aboutdlgg.h>')
#-----------------------------------------------------------------