Re: [libvirt] [PATCH 00/22] Python tweaks

2018-03-19 Thread Radostin Stoyanov
On 19/03/18 11:03, Daniel P. Berrangé wrote: > On Mon, Mar 19, 2018 at 10:36:28AM +, Daniel P. Berrangé wrote: >> On Sat, Mar 17, 2018 at 02:23:18PM +, Radostin Stoyanov wrote: >>> These patches improve the code style of python code >>> by applying some PEP8 recommendations and

Re: [libvirt] [PATCH 00/22] Python tweaks

2018-03-19 Thread Daniel P . Berrangé
On Mon, Mar 19, 2018 at 10:36:28AM +, Daniel P. Berrangé wrote: > On Sat, Mar 17, 2018 at 02:23:18PM +, Radostin Stoyanov wrote: > > These patches improve the code style of python code > > by applying some PEP8 recommendations and simplifying > > some functions. > > How did you identify

Re: [libvirt] [PATCH 00/22] Python tweaks

2018-03-19 Thread Daniel P . Berrangé
On Sat, Mar 17, 2018 at 02:23:18PM +, Radostin Stoyanov wrote: > These patches improve the code style of python code > by applying some PEP8 recommendations and simplifying > some functions. How did you identify all the places that needed fixing ? I'm assuming you were running via some

[libvirt] [PATCH 00/22] Python tweaks

2018-03-17 Thread Radostin Stoyanov
These patches improve the code style of python code by applying some PEP8 recommendations and simplifying some functions. Radostin Stoyanov (22): apibuild: Use isinctance for type checking apibuild: Split imports on separate lines apibuild: Remove whitespace before ',' and ':' python: Add