Add a forgotten comment about overriding a method
[ganeti-local] / lib / daemon.py
index 83f5fe1..e1d7b45 100644 (file)
@@ -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: