summaryrefslogtreecommitdiff
path: root/build-aux/extract-ofp-fields
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/extract-ofp-fields')
-rwxr-xr-xbuild-aux/extract-ofp-fields2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields
index 51cda4e0b..e4bb4dcb1 100755
--- a/build-aux/extract-ofp-fields
+++ b/build-aux/extract-ofp-fields
@@ -16,7 +16,7 @@ VERSION = {"1.0": 0x01,
"1.3": 0x04,
"1.4": 0x05,
"1.5": 0x06}
-VERSION_REVERSE = dict((v,k) for k, v in VERSION.iteritems())
+VERSION_REVERSE = dict((v,k) for k, v in VERSION.items())
TYPES = {"u8": (1, False),
"be16": (2, False),