commit | 1e41e3065d152c3e7c31dff03fc811ea7b8b8db0 | [log] [tgz] |
---|---|---|
author | Michael Fladischer <FladischerMichael@fladi.at> | Fri Feb 23 18:31:25 2018 +0100 |
committer | Michael Fladischer <FladischerMichael@fladi.at> | Fri Feb 23 18:31:25 2018 +0100 |
tree | bb2549ed5b5f6b5f582f54a3fe1c0737a2551eb3 | |
parent | 03538a85303016ec54462b60dde39fcdd0216736 [diff] |
Use items() instead of iteritems() for Python3 compatibility. iteritems() was dropped in recent Python3 releases and items() is compatible with Python 2.7.