giscanner: use dict.items()...
authorDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 28 Nov 2012 18:05:07 +0000 (19:05 +0100)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 28 Nov 2012 20:31:22 +0000 (21:31 +0100)
commita867ab49295f5f6f1f72042c237625905e43953f
tree73c4786ccbf28a883e4b87c3d584dccde59b330f
parentd6c2ad348892c32a42d112d94168ac071a14c0a2
giscanner: use dict.items()...

... in favor of "for key in dict: value=dict[key]"
and "dict.iteritems()". This makes it possible to
run the upcoming annotationparser.py tests with both
Python 2 and Python 3.

https://bugzilla.gnome.org/show_bug.cgi?id=688897
giscanner/annotationparser.py
giscanner/maintransformer.py