From 1ea53e3efe4991ade06ac0ba349206f4143139aa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 11 Jul 2012 05:11:34 +0100 Subject: Fix DummyNotify to accept keyword argument --- ttystatus/status_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttystatus/status_tests.py b/ttystatus/status_tests.py index daba040..6c24a6c 100644 --- a/ttystatus/status_tests.py +++ b/ttystatus/status_tests.py @@ -37,7 +37,7 @@ class DummyMessager(object): def write(self, string): self.written.write(string) - def notify(self, string, f): + def notify(self, string, f, force=False): pass def finish(self): -- cgit v1.2.1