Added flush(), for completeness.

This commit is contained in:
Guido van Rossum 1999-04-22 20:50:33 +00:00
parent eeb88076e7
commit 3d0ff00c08
1 changed files with 3 additions and 0 deletions

View File

@ -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 = [