Added flush(), for completeness.
This commit is contained in:
parent
eeb88076e7
commit
3d0ff00c08
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue