fake text window has no close

This commit is contained in:
Willem Melching
2020-05-31 12:50:13 -07:00
parent efd5dffb1e
commit 0e7d509415

View File

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