On Fri, Jan 3, 2014 at 9:42 AM, Jose A. Lopes <[email protected]> wrote: > Signed-off-by: Jose A. Lopes <[email protected]> > --- > lib/daemon.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/daemon.py b/lib/daemon.py > index a5cc182..299563d 100644 > --- a/lib/daemon.py > +++ b/lib/daemon.py > @@ -144,7 +144,7 @@ class AsyncStreamServer(GanetiBaseAsyncoreDispatcher): > _REQUEST_QUEUE_SIZE = 5 > > def __init__(self, family, address): > - """Constructor for AsyncUnixStreamSocket > + """Constructor for AsyncStreamServer > > @type family: integer > @param family: socket family (one of socket.AF_*) > -- > 1.8.5.1 >
LGTM, thanks. Michele -- Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
