commit | bc42d2fa8bc7fc2bd610011993ac168e8f5f41d3 | [log] [tgz] |
---|---|---|
author | Andreas Sandberg <andreas.sandberg@arm.com> | Tue Feb 12 09:57:15 2019 +0000 |
committer | Andreas Sandberg <andreas.sandberg@arm.com> | Tue Feb 12 16:44:21 2019 +0000 |
tree | 27fb9d9889a55c2fe43dd27610fa353bd4eea238 | |
parent | 31dff7faa0a0be22e70376a49748cf4b8f1eb5f9 [diff] |
python: Replace orderdict with collections.OrderedDict Python 2.7 and newer has support for ordered dictionaries in the standard library. Remove this custom class. Change-Id: I4b720405aa3c4ce8d5c0b401eefe744a85ac3a3e Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/16362 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com>