commit | 8410ac1a073272affe8acdb0da67e5753ea051f8 | [log] [tgz] |
---|---|---|
author | Marek Polacek <mmpolacek@gmail.com> | Tue Oct 26 02:34:36 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 28 21:39:40 2010 +0200 |
tree | 84f461a16220545523e4d0e16e0158cc5d80e0be | |
parent | 7b18107384d950358e146d42bf02b391fab5ffd6 [diff] |
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>