DeprecationWarning fixes for pylint
authorAndrea Spadaccini <spadaccio@google.com>
Mon, 29 Aug 2011 19:15:15 +0000 (20:15 +0100)
committerIustin Pop <iustin@google.com>
Tue, 30 Aug 2011 08:24:00 +0000 (10:24 +0200)
commitb459a848dc62e314e61e8ae14edd3ff6cc2b2822
treec1085d463d61f39f0eebdff73d4967ffe5eb3229
parent2c094917b1e275efcf4f9dd6faa180d0e36f1007
DeprecationWarning fixes for pylint

In version 0.21, pylint unified all the disable-* (and enable-*)
directives to disable (resp. enable). This leads to a lot of
DeprecationWarning being emitted even if one uses the recommended
version of pylint (0.21.1, as stated in devnotes.rst).

This commit changes all the disable-msg directives to disable.

Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
75 files changed:
autotools/build-bash-completion
daemons/import-export
lib/asyncnotifier.py
lib/backend.py
lib/bdev.py
lib/bootstrap.py
lib/build/sphinx_ext.py
lib/cli.py
lib/client/gnt_backup.py
lib/client/gnt_cluster.py
lib/client/gnt_debug.py
lib/client/gnt_group.py
lib/client/gnt_instance.py
lib/client/gnt_job.py
lib/client/gnt_node.py
lib/client/gnt_os.py
lib/cmdlib.py
lib/compat.py
lib/confd/client.py
lib/confd/querylib.py
lib/config.py
lib/daemon.py
lib/http/__init__.py
lib/http/auth.py
lib/http/server.py
lib/hypervisor/hv_base.py
lib/hypervisor/hv_chroot.py
lib/hypervisor/hv_lxc.py
lib/jqueue.py
lib/locking.py
lib/luxi.py
lib/mcpu.py
lib/objects.py
lib/opcodes.py
lib/qlang.py
lib/query.py
lib/rapi/baserlib.py
lib/rapi/client.py
lib/rapi/connector.py
lib/rapi/rlib2.py
lib/rpc.py
lib/runtime.py
lib/serializer.py
lib/server/confd.py
lib/server/masterd.py
lib/server/noded.py
lib/server/rapi.py
lib/storage.py
lib/utils/__init__.py
lib/utils/log.py
lib/utils/mlock.py
lib/utils/process.py
lib/utils/retry.py
lib/utils/text.py
lib/utils/wrapper.py
lib/watcher/__init__.py
lib/watcher/nodemaint.py
lib/watcher/state.py
lib/workerpool.py
qa/ganeti-qa.py
qa/qa_config.py
qa/qa_instance.py
qa/qa_rapi.py
qa/qa_utils.py
tools/burnin
tools/cfgshell
tools/cfgupgrade
tools/cfgupgrade12
tools/check-cert-expired
tools/cluster-merge
tools/ganeti-listrunner
tools/lvmstrap
tools/move-instance
tools/sanitize-config
tools/setup-ssh