FIX: Don't use dict.iter{items,values}, they don't exist in python 3
commitbc9fdfd5ab390dd8f26bf89c46df43dcde943b00
authorMichael Wild <themiwi@users.sourceforge.net>
Wed, 18 Jan 2012 21:07:15 +0000 (18 22:07 +0100)
committerMichael Wild <themiwi@users.sourceforge.net>
Wed, 18 Jan 2012 21:08:50 +0000 (18 22:08 +0100)
treea3e834bf41e45757c79192e37ba00b3161c0a84e
parente7cfbf491542cbb6fb4b5199ab91a246559dab03
FIX: Don't use dict.iter{items,values}, they don't exist in python 3

Also, dict.values() returns an object which cannot be indexed, only
iterated over. Turn it into a tuple before indexing.

Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
bin/freefoam-graphResKE.py.in
bin/freefoam-graphResUVWP.py.in
bin/freefoam-log.py.in
data/utilities/checkVersionInfo.py.in
data/utilities/doxyToX.py.in
data/utilities/foamPNGMathFilter.py.in
doc/Doxygen/filter.py.in
doc/Doxygen/fixupDoxygen.py.in