X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c368d904fc27d35ae1e533155e2154dc496432e4..917afc7b81c6f806ea3d50b455f7c4e320ecd68f:/wxPython/demo/data/echo.py?ds=sidebyside diff --git a/wxPython/demo/data/echo.py b/wxPython/demo/data/echo.py index 46e5fa761e..d40a9f1988 100644 --- a/wxPython/demo/data/echo.py +++ b/wxPython/demo/data/echo.py @@ -20,6 +20,8 @@ while line: line = line[:-1] sys.stdout.write('\nYou typed "%s"\n' % line) sys.stdout.flush() + #sys.stderr.write('\nTyped you "%s" Yoda say...\n' % line) + #sys.stderr.flush() line = sys.stdin.readline()