This mini patch series fixes the first bunch of lint errors. Helga Velroyen (2): Convert all the classes to new-style classes build-bash-completion: reduce branches
autotools/build-bash-completion | 54 ++++++++++++++++++++++------ daemons/import-export | 2 +- lib/backend.py | 2 +- lib/cli.py | 12 +++---- lib/client/gnt_cluster.py | 2 +- lib/cmdlib/base.py | 6 ++-- lib/cmdlib/instance.py | 2 +- lib/confd/client.py | 8 ++--- lib/config.py | 2 +- lib/daemon.py | 2 +- lib/http/client.py | 6 ++-- lib/jqueue.py | 3 ++ lib/locking.py | 2 +- lib/masterd/instance.py | 4 +-- lib/mcpu.py | 2 +- lib/netutils.py | 2 +- lib/query.py | 18 +++++----- lib/rapi/connector.py | 2 +- lib/rapi/testutils.py | 10 +++--- lib/runtime.py | 2 +- lib/server/masterd.py | 4 +-- lib/server/rapi.py | 2 +- lib/ssh.py | 2 +- lib/storage/container.py | 4 ++- lib/storage/drbd.py | 2 +- lib/utils/io.py | 2 +- lib/utils/text.py | 4 +-- lib/watcher/__init__.py | 2 +- qa/qa_config.py | 2 +- test/py/cmdlib/testsupport/processor_mock.py | 2 ++ test/py/lockperf.py | 2 +- test/py/mocks.py | 2 +- tools/move-instance | 2 +- 33 files changed, 108 insertions(+), 67 deletions(-) -- 1.9.1.423.g4596e3a
