diff options
Diffstat (limited to 'Tools/idle/OutputWindow.py')
-rw-r--r-- | Tools/idle/OutputWindow.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/idle/OutputWindow.py b/Tools/idle/OutputWindow.py index c13b3e4..456c45b 100644 --- a/Tools/idle/OutputWindow.py +++ b/Tools/idle/OutputWindow.py @@ -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 = [ |