Add wxLogFormatter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-12-22 17:41:56 +00:00
parent 4337dbb04e
commit d07f438612

View File

@@ -31,7 +31,7 @@ ITEMS = [
'wxLogBuffer',
'wxLogInterposer',
'wxLogTextCtrl',
'wxLogFormatter',
]
#---------------------------------------------------------------------------
@@ -107,6 +107,12 @@ def run():
c.addPrivateCopyCtor()
c.addPrivateAssignOp()
c = module.find('wxLogFormatter')
c.find('FormatTime').ignore(False)
#-----------------------------------------------------------------
tools.doCommonTweaks(module)
tools.runGenerators(module)