Use proper python version

Enterprise / Virtualization / virt-manager - Martin Kletzander [redhat.com] - 12 February 2014 14:55 UTC

since we work with python2 only, mentioning it in all shebangs make the commands from git work even when python3 is set as default.

This also fixes one test where command being ran is 'virt-xml' through subprocess.Popen().

While at that, add '-tt' where possible in order to make everyone use same indentation characters.

4196f42 Use proper python version
setup.py | 2 +-
tests/test_inject.py | 2 +-
virt-clone | 2 +-
virt-convert | 2 +-
virt-image | 4 ++--
virt-install | 4 ++--
virt-manager | 5 ++---
virt-xml | 2 +-
8 files changed, 11 insertions(+), 12 deletions(-)

Upstream: git.fedorahosted.org


  • Share