Well, I needed OrderedDict from Python 2.7+ but we had to use 2.5 for a software project, so I decided to do it the hard way and write it myself. It’s my first actual Python class, so it’s pretty cool that it works.