giscanner: use collections.OrderedDict when available
authorDieter Verfaillie <dieterv@optionexplicit.be>
Thu, 5 Jul 2012 19:30:01 +0000 (21:30 +0200)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 28 Nov 2012 20:31:22 +0000 (21:31 +0100)
commitb0a78b8734aee54b0f976fc4f1194bb73f7e52f4
tree9edba5895d881a739d71d34c124b98007289ac86
parent93abf1c2f65a2378971a056d6f5e7df68e9e72c4
giscanner: use collections.OrderedDict when available

Starting with Python 2.7 we can use the batteries included
collections.OrderedDict class. However, configure.ac claims
we still support Python 2.5 and 2.6, so don't remove our
custom odict implementation just yet...

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