[PATCH v2 11/20] nmbug-status: Add an OrderedDict stub for Python 2.6

2014-02-10 Thread W. Trevor King
Tomi Ollila and David Bremner (and presumably others) are running Python 2.6 on their nmbug-status boxes, so it makes sense to keep support for that version. This commit adds a really minimal OrderedDict stub (e.g. it doesn't handle key removal), but it gets the job done for Page._get_threads. On

[PATCH v2 11/20] nmbug-status: Add an OrderedDict stub for Python 2.6

2014-02-10 Thread W. Trevor King
Tomi Ollila and David Bremner (and presumably others) are running Python 2.6 on their nmbug-status boxes, so it makes sense to keep support for that version. This commit adds a really minimal OrderedDict stub (e.g. it doesn't handle key removal), but it gets the job done for Page._get_threads. On