On Mon, Feb 22, 2010 at 01:08:39PM +0100, Michael Hanselmann wrote: > This patch fixes the following pylint error: > W0212:257:StartDaemon: Access to a protected member _exit of a client > class > > Additionally, it renames the _RunCmdDaemonChild function to > _StartDaemonChild. _RunCmdDaemonChild was a leftover from a previous > version of this code. > > Signed-off-by: Michael Hanselmann <[email protected]> > --- > lib/utils.py | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-)
LGTM.
