From 4287ca9ed0d9d9059223063ee1e8714fb23d3593 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 25 Aug 2004 16:58:38 +0000 Subject: [PATCH] be explicit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index 8120b699e3..f4bb659daa 100755 --- a/wxPython/demo/run.py +++ b/wxPython/demo/run.py @@ -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): -- 2.50.0