Re: [libvirt] [PATCH sandbox-image 4/9] py3: Use 'builtins' instead of '__builtin__'

2018-04-19 Thread Cedric Bosdonnat
On Wed, 2018-04-18 at 21:57 +0100, Radostin Stoyanov wrote: > In Python3, the __builtin__ module is renamed to builtins. > > https://docs.python.org/3/library/builtins.html#module-builtins > > Signed-off-by: Radostin Stoyanov > --- > libvirt_sandbox_image/cli.py | 4 ++-- > 1 file changed, 2 in

[libvirt] [PATCH sandbox-image 4/9] py3: Use 'builtins' instead of '__builtin__'

2018-04-18 Thread Radostin Stoyanov
In Python3, the __builtin__ module is renamed to builtins. https://docs.python.org/3/library/builtins.html#module-builtins Signed-off-by: Radostin Stoyanov --- libvirt_sandbox_image/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt_sandbox_image/cli.py b/lib