projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Generic fix for full row highlight
[wxWidgets.git]
/
wxPython
/
demo
/
data
/
echo.py
diff --git
a/wxPython/demo/data/echo.py
b/wxPython/demo/data/echo.py
index 46e5fa761e6697a790a42e8ec87909780070b5cc..0b3ea5817515d30bd3ee1ea2c7f1e9e72a9db367 100644
(file)
--- a/
wxPython/demo/data/echo.py
+++ b/
wxPython/demo/data/echo.py
@@
-19,9
+19,7
@@
line = sys.stdin.readline()
while line:
line = line[:-1]
sys.stdout.write('\nYou typed "%s"\n' % line)
- sys.stdout.flush()
line = sys.stdin.readline()
sys.stdout.write('\nExiting...\n')
-sys.stdout.flush()