be explicit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-08-25 16:58:38 +00:00
parent 3b5602d59d
commit 4287ca9ed0

View File

@ -44,7 +44,7 @@ class RunDemoApp(wx.App):
self.name = name
self.demoModule = module
self.useShell = useShell
wx.App.__init__(self, 0)
wx.App.__init__(self, redirect=False)
def OnInit(self):