Don't use OrderedDict.
commit1f0dbd8f9c87e45ad9f9fb8e99014c7e073b2cc0
authorChris Lumens <clumens@redhat.com>
Tue, 12 Nov 2013 19:28:18 +0000 (12 14:28 -0500)
committerChris Lumens <clumens@redhat.com>
Wed, 13 Nov 2013 14:53:56 +0000 (13 09:53 -0500)
treef6878fbfd23a92364ee337be39445bc83982e859
parent9c58125086a595bf049b8cbd6c2c3f5e019d8c33
Don't use OrderedDict.

This doesn't exist in the python shipped with RHEL6, and pykickstart is
still being used on those systems for testing purposes.
pykickstart/commands/autopart.py
tests/commands/autopart.py