Making Simulation configs py3 compatible
Part of an effort to make Simulation configs py3-compatible, see epic ATLASSIM-4643
Should fix ATLASSIM-4635, ATLASSIM-4637 and ATLASSIM-4640
I tested in both master--py3
and master
(py2). But before I remove WIP, just wanted to make sure that swapping iteritems
(not supported in py3) with items
results in same behavior? (I assume it does, but did not compare all files in the output). @zmarshal, @jchapman, @mduehrss could one of you confirm please?
EDIT: answer below by John, as I suspected possible impact on performance only. Removing WIP
Edited by Artem Basalaev