summaryrefslogtreecommitdiff
path: root/scripts/ordereddict.py
AgeCommit message (Collapse)AuthorFilesLines
2015-10-12qapi: Clean up qapi.py per pep8Eric Blake1-1/+2
Silence pep8, and make pylint a bit happier. Just style cleanups, plus killing a useless comment in camel_to_upper(); no semantic changes. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <1443565276-4535-5-git-send-email-eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
2011-07-21qapi: add ordereddict.py helper libraryMichael Roth1-0/+127
We need this to parse dictionaries with schema ordering intact so that C prototypes can be generated deterministically. Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>