Further pylint disables, mostly for Unused args
authorIustin Pop <iustin@google.com>
Tue, 29 Dec 2009 16:53:57 +0000 (17:53 +0100)
committerIustin Pop <iustin@google.com>
Mon, 4 Jan 2010 09:17:12 +0000 (10:17 +0100)
commit2d54e29cd20fa61ff4337f5332a77075cb9fb7b5
tree5b9def25004c079aaf3558879fda41707351d97d
parent0dda8696090caa8604f1fc99a2d9e81c1d79f53e
Further pylint disables, mostly for Unused args

Many of our functions have to follow a given API, and thus we have to
keep a given signature, but pylint doesn't understand this. Therefore,
we silence this warning.

The patch does a few other cleanups.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
18 files changed:
daemons/ganeti-confd
daemons/ganeti-masterd
daemons/ganeti-noded
daemons/ganeti-rapi
lib/cmdlib.py
lib/confd/querylib.py
lib/http/__init__.py
lib/http/auth.py
lib/jqueue.py
lib/rapi/baserlib.py
lib/utils.py
scripts/gnt-backup
scripts/gnt-cluster
scripts/gnt-job
scripts/gnt-node
scripts/gnt-os
tools/burnin
tools/cfgshell