Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > Use the program search path to find the Python 3 interpreter. > > Patch created mechanically by running: > > $ sed -i "s,^#\!/usr/bin/\(env\ \)\?python$,#\!/usr/bin/env python3," \ > $(git grep -l 'if __name__.*__main__') > > Reported-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> > Suggested-by: Daniel P. Berrangé <berra...@redhat.com> > Suggested-by: Stefan Hajnoczi <stefa...@redhat.com> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> This is for the change. I haven't looked ath the python code to see that it is python3 compatible O:-) Later, Juan.