X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c368d904fc27d35ae1e533155e2154dc496432e4..28f5082b3235a349ffc3b99eeacca5049ccd42dd:/wxPython/demo/wxProcess.py?ds=sidebyside diff --git a/wxPython/demo/wxProcess.py b/wxPython/demo/wxProcess.py index 4e25bd6e6d..1138651bc6 100644 --- a/wxPython/demo/wxProcess.py +++ b/wxPython/demo/wxProcess.py @@ -91,8 +91,9 @@ class TestPanel(wxPanel): def OnCloseStream(self, evt): self.log.write('OnCloseStream\n') + print "b4 CloseOutput" self.process.CloseOutput() - + print "after CloseOutput" def OnIdle(self, evt): if self.process is not None: