On Tue, Dec 29, 2009 at 8:29 PM, Iustin Pop <[email protected]> wrote: > 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. > --- > daemons/ganeti-confd | 6 +++--- > daemons/ganeti-masterd | 2 +- > daemons/ganeti-noded | 7 +++++-- > daemons/ganeti-rapi | 2 +- > lib/cmdlib.py | 5 +++-- > lib/confd/querylib.py | 2 +- > lib/http/__init__.py | 2 ++ > lib/http/auth.py | 3 +++ > lib/jqueue.py | 1 + > lib/rapi/baserlib.py | 4 +++- > lib/utils.py | 3 ++- > scripts/gnt-backup | 3 ++- > scripts/gnt-cluster | 3 ++- > scripts/gnt-job | 3 ++- > scripts/gnt-node | 3 ++- > scripts/gnt-os | 3 ++- > tools/burnin | 2 ++ > tools/cfgshell | 2 ++ > 18 files changed, 39 insertions(+), 17 deletions(-)
LGTM -- olive
