Re: [Qemu-devel] [PATCH v6 04/16] qapi: Clean up qapi.py per pep8

2015-09-29 Thread Eric Blake
On 09/29/2015 04:58 AM, Markus Armbruster wrote: > Eric Blake writes: > >> 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 > [...] >> diff --git a/scripts/qapi.py b/s

Re: [Qemu-devel] [PATCH v6 04/16] qapi: Clean up qapi.py per pep8

2015-09-29 Thread Markus Armbruster
Eric Blake writes: > 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 [...] > diff --git a/scripts/qapi.py b/scripts/qapi.py > index a2d869e..7e8a99d 100644 > --- a/script

[Qemu-devel] [PATCH v6 04/16] qapi: Clean up qapi.py per pep8

2015-09-28 Thread Eric Blake
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 --- v6: split off non-style changes, add in ordereddict.py, and rework the camel_to_upper conditional --- scripts/ordereddict.py