commit | 5098b03916fd7a90605b6e3774ee536ef9108a94 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 01 15:40:10 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jun 02 15:13:34 2017 +0000 |
tree | ad69fe89affff3f4fefbaa9caede15308b273f16 | |
parent | 49a6fcd515f5f778d4be55579eab6daee1c83574 [diff] |
fru_gen: fixes for python3 The iter{keys,items} functions have become just 'keys' and 'items' in python3. Python2 also has keys and items, which is slightly less efficient for iteration but none of these maps are large enough to be of concern. Change-Id: If6e8f36ad39074e0a6c022fb09e3a43b0928af19 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>