Fix pylint-detected issues
authorIustin Pop <iustin@google.com>
Wed, 30 Jul 2008 14:04:36 +0000 (14:04 +0000)
committerIustin Pop <iustin@google.com>
Wed, 30 Jul 2008 14:04:36 +0000 (14:04 +0000)
commit38206f3c3e44e87e0dc489e7c073c56f9cd1301d
treed6cb8d7a3d1e3ce51e6fa2c9f2f8ffeb9d0d77cb
parent3b9e6a3042680d9e89b9425df70d8e6efc2bd724
Fix pylint-detected issues

This is mostly:
  - whitespace fix (space at EOL in some files, not all, broken
    indentation, etc)
  - variable names overriding others (one is a real bug in there)
  - too-long-lines
  - cleanup of most unused imports (not all)

Reviewed-by: ultrotter
14 files changed:
lib/backend.py
lib/cli.py
lib/cmdlib.py
lib/config.py
lib/http.py
lib/jqueue.py
lib/logger.py
lib/luxi.py
lib/mcpu.py
lib/rapi/rlib1.py
lib/rapi/rlib2.py
lib/rpc.py
lib/utils.py
lib/workerpool.py