commit | 50d5d260348cc7366a01df08dd55a8b710da2fe9 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon May 01 22:39:35 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon May 01 22:39:43 2017 -0500 |
tree | 4356016c790df91ede2ea5d5dac55a4ac6e6e297 | |
parent | 678d58b8d9af310560d0a40ef1ba45e323689cfe [diff] |
python3: iteritems does not exist Change iteritems to items, which is slightly slower on python2 but exists in both. None of the maps manipulated by this program are large enough for the items vs iteritems to be a concern. Change-Id: I63032ddde53a116431cc2cbe01828448a4d4f328 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>