Use /usr/bin/python3

so we don't have to worry about picking up the wrong version

Gbp-Pq: Name Use-usr-bin-python.patch
This commit is contained in:
Guido Günther 2016-12-24 01:18:30 +01:00 committed by Cong Liu
parent e0a29c7438
commit 5740748d62
6 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,8 @@
#!/usr/bin/env python3
#!/usr/bin/python3
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
import sys
if sys.version_info.major < 3:
print("virt-manager is python3 only. Run this as ./setup.py")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
#
# Copyright(c) FUJITSU Limited 2007.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
#
# Copyright 2008, 2013, 2014 Red Hat, Inc.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
#
# Copyright 2005-2014 Red Hat, Inc.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
#
# Copyright (C) 2006, 2014 Red Hat, Inc.
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
#
# Copyright 2013-2014 Red Hat, Inc.
#