Switch to python3 in script shebang

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2018-01-27 15:46:39 -05:00
parent e47b34c05a
commit ddba9c1702
8 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python3
# Copyright (C) 2013, 2014 Red Hat, Inc. # Copyright (C) 2013, 2014 Red Hat, Inc.
import glob import glob

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python3
import argparse import argparse
import os import os

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python2
# Copyright (C) 2013, 2014 Red Hat, Inc. # Copyright (C) 2013, 2014 Red Hat, Inc.
from __future__ import print_function from __future__ import print_function

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python3
# #
# Copyright 2008, 2013, 2014 Red Hat, Inc. # Copyright 2008, 2013, 2014 Red Hat, Inc.
# Joey Boggs <jboggs@redhat.com> # Joey Boggs <jboggs@redhat.com>

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python3
# #
# Copyright 2013-2014 Red Hat, Inc. # Copyright 2013-2014 Red Hat, Inc.
# Cole Robinson <crobinso@redhat.com> # Cole Robinson <crobinso@redhat.com>