Philippe Mathieu-Daudé <[email protected]> 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 <[email protected]> > Suggested-by: Daniel P. Berrangé <[email protected]> > Suggested-by: Stefan Hajnoczi <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> This is for the change. I haven't looked ath the python code to see that it is python3 compatible O:-) Later, Juan.
