]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/data/echo.py
apparently the check for too small rect is needed not only with wxNB_MULTILINE (see...
[wxWidgets.git] / wxPython / demo / data / echo.py
index d40a9f19885fba701007feae6743706eb2c5a4bd..0b3ea5817515d30bd3ee1ea2c7f1e9e72a9db367 100644 (file)
@@ -19,11 +19,7 @@ line = sys.stdin.readline()
 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()
 
 
 sys.stdout.write('\nExiting...\n')
-sys.stdout.flush()