summaryrefslogtreecommitdiff
path: root/virt-manager
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2014-02-12 10:21:38 +0100
committerMartin Kletzander <mkletzan@redhat.com>2014-02-12 21:55:32 +0100
commit4196f4287be2c7020bb9925837a02f47d47e6ada (patch)
treeda523807aad59239773b33f9d68c2337585d0144 /virt-manager
parentab4fd40e9619b13881964b52468e4cb98110f6f0 (diff)
downloadvirt-manager-4196f4287be2c7020bb9925837a02f47d47e6ada.tar.gz
Use proper python version
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. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Diffstat (limited to 'virt-manager')
-rwxr-xr-xvirt-manager5
1 files changed, 2 insertions, 3 deletions
diff --git a/virt-manager b/virt-manager
index 27026ac1..47461fa5 100755
--- a/virt-manager
+++ b/virt-manager
@@ -1,7 +1,6 @@
-#!/usr/bin/python
-
+#!/usr/bin/python2 -tt
#
-# Copyright (C) 2006 Red Hat, Inc.
+# Copyright (C) 2006, 2014 Red Hat, Inc.
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>
#
# This program is free software; you can redistribute it and/or modify