Re: [libvirt] [PATCH 2/2] python: Drop explicit version where possible

2018-03-19 Thread Andrea Bolognani
On Thu, 2018-03-15 at 17:07 +, Daniel P. Berrangé wrote: > On Thu, Mar 15, 2018 at 06:00:38PM +0100, Andrea Bolognani wrote: > > Some of our scripts are known to work both with Python 2 and > > Python 3, so for them we shouldn't be forcing any specific > > version of the interpreter when

Re: [libvirt] [PATCH 2/2] python: Drop explicit version where possible

2018-03-15 Thread Daniel P . Berrangé
On Thu, Mar 15, 2018 at 06:00:38PM +0100, Andrea Bolognani wrote: > Some of our scripts are known to work both with Python 2 and > Python 3, so for them we shouldn't be forcing any specific > version of the interpreter when they're called directly. > > Signed-off-by: Andrea Bolognani

[libvirt] [PATCH 2/2] python: Drop explicit version where possible

2018-03-15 Thread Andrea Bolognani
Some of our scripts are known to work both with Python 2 and Python 3, so for them we shouldn't be forcing any specific version of the interpreter when they're called directly. Signed-off-by: Andrea Bolognani --- docs/reformat-news.py | 2 +-