Commit 3d0ff00c authored by Guido van Rossum's avatar Guido van Rossum

Added flush(), for completeness.

parent eeb88076
......@@ -41,6 +41,9 @@ class OutputWindow(EditorWindow):
def writelines(self, l):
map(self.write, l)
def flush(self):
pass
# Our own right-button menu
rmenu_specs = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment