Re: [libvirt] [PATCH sandbox-image 0/9] Tweaks

2018-04-19 Thread Daniel P . Berrangé
On Wed, Apr 18, 2018 at 09:57:38PM +0100, Radostin Stoyanov wrote: > This patch series introduces a few small changes towards making the code of > virt-sandbox-image compatible with PEP8. > > Radostin Stoyanov (9): > pylint: Remove unused import statements > pylint: Move standard library impor

[libvirt] [PATCH sandbox-image 0/9] Tweaks

2018-04-18 Thread Radostin Stoyanov
This patch series introduces a few small changes towards making the code of virt-sandbox-image compatible with PEP8. Radostin Stoyanov (9): pylint: Remove unused import statements pylint: Move standard library imports on top pylint: Use consistent indentation of 4 spaces py3: Use 'builtins