From 48bf6352baff071448c9ffc89b1fa64e3d868874 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Fri, 14 May 2010 14:46:36 +0100 Subject: [PATCH] Add a forgotten comment about overriding a method Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- lib/daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/daemon.py b/lib/daemon.py index 83f5fe1a7..e1d7b45bf 100644 --- a/lib/daemon.py +++ b/lib/daemon.py @@ -126,6 +126,7 @@ class AsyncUDPSocket(asyncore.dispatcher): # something scheduled to be written return bool(self._out_queue) + # this method is overriding an asyncore.dispatcher method def handle_write(self): try: if not self._out_queue: -- GitLab