giscanner: use dict.values() in favor of dict.itervalues()
authorDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 28 Nov 2012 18:05:58 +0000 (19:05 +0100)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 28 Nov 2012 20:31:22 +0000 (21:31 +0100)
commit93abf1c2f65a2378971a056d6f5e7df68e9e72c4
tree7526dae246e2b4fa430b1b6148a02ca516cd0460
parenta867ab49295f5f6f1f72042c237625905e43953f
giscanner: use dict.values() in favor of dict.itervalues()

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