extract-ofp-fields: Port to python3.
authorJoe Stringer <joestringer@nicira.com>
Tue, 19 May 2015 21:20:31 +0000 (14:20 -0700)
committerJoe Stringer <joestringer@nicira.com>
Fri, 22 May 2015 21:39:16 +0000 (14:39 -0700)
commit1421f6828a513eea9c3fbdc08b6c4fb4a0ea518e
tree41a299d3758c2c7d26000d24dfb6adfef1bd6625
parent561341365a5274791b00c8e5860838d845275a3f
extract-ofp-fields: Port to python3.

Mostly "print foo" -> "print(foo)" and "iteritems() -> items()". The
latter may be less efficient in python2, but we're not dealing with
massive numbers of items here so it shouldn't noticably slow the build.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
build-aux/extract-ofp-fields