]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/data/echo.py
give focus to show top level windows
[wxWidgets.git] / wxPython / demo / data / echo.py
index 46e5fa761e6697a790a42e8ec87909780070b5cc..d40a9f19885fba701007feae6743706eb2c5a4bd 100644 (file)
@@ -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()