projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed trailing ; after DECLARE_ macros
[wxWidgets.git]
/
wxPython
/
demo
/
wxProcess.py
diff --git
a/wxPython/demo/wxProcess.py
b/wxPython/demo/wxProcess.py
index 4e25bd6e6d3817d70fe77fa95558aebbf29379e3..1138651bc674bb6f1851bdc197e0c88f83f23694 100644
(file)
--- 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: