fake text window has no close

albatross
Willem Melching 2020-05-31 12:50:13 -07:00
parent efd5dffb1e
commit 0e7d509415
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ class FakeTextWindow(TextWindow):
def update(self, _):
pass
def close(self):
pass
def __exit__(self, type, value, traceback):
pass