Fix warnings with Python 2.6
authorIustin Pop <iustin@google.com>
Tue, 22 Jun 2010 09:38:23 +0000 (11:38 +0200)
committerIustin Pop <iustin@google.com>
Tue, 22 Jun 2010 11:17:09 +0000 (13:17 +0200)
commitc04bc777a43f45d4c6750e283e2a4e4dc29c1546
treecfcca17d163a1acbff81885823dea45ed6e22658
parent035f40fc8d1ff7063cbfeca2f173a49f7b92cd29
Fix warnings with Python 2.6

'format' is a new built-in function, and 'bytes' is a new builtin type.
We rename this to make pylint happy (and remove potential bugs).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/bdev.py
lib/cli.py
scripts/gnt-job