bloat-o-meter: make it python3 compliant
authorMarek Polacek <mmpolacek@gmail.com>
Tue, 26 Oct 2010 00:34:36 +0000 (02:34 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 28 Oct 2010 19:39:40 +0000 (21:39 +0200)
commit8410ac1a073272affe8acdb0da67e5753ea051f8
tree84f461a16220545523e4d0e16e0158cc5d80e0be
parent7b18107384d950358e146d42bf02b391fab5ffd6
bloat-o-meter: make it python3 compliant

Python 3 doesn't support the iterkeys() method anymore.  Use
iter(foo.keys()) instead of foo.iterkeys().

Signed-off-by: Marek Polacek <mmpolacek@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/bloat-o-meter