Commit 4fb3afa1 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Switch to python3 in all our scripts shebangs

parent c22d8f77
#!/usr/bin/env python #!/usr/bin/env python3
import re import re
import sys import sys
......
#!/usr/bin/env python #!/usr/bin/env python3
# #
# This script is in the public domain # This script is in the public domain
# #
......
#!/usr/bin/env python #!/usr/bin/env python3
# #
# Copyright (c) 2006-2016 Varnish Software AS # Copyright (c) 2006-2016 Varnish Software AS
# All rights reserved. # All rights reserved.
......
#!/usr/bin/env python #!/usr/bin/env python3
# #
# Copyright (c) 2006 Verdens Gang AS # Copyright (c) 2006 Verdens Gang AS
# Copyright (c) 2006-2015 Varnish Software AS # Copyright (c) 2006-2015 Varnish Software AS
......
#!/usr/bin/env python #!/usr/bin/env python3
# #
# Very basic style-checker for include/tbl files. # Very basic style-checker for include/tbl files.
......
#!/usr/bin/env python #!/usr/bin/env python3
#- #-
# Copyright (c) 2006 Verdens Gang AS # Copyright (c) 2006 Verdens Gang AS
# Copyright (c) 2006-2015 Varnish Software AS # Copyright (c) 2006-2015 Varnish Software AS
......
#!/usr/bin/env python #!/usr/bin/env python3
# #
# Copyright (c) 2006 Verdens Gang AS # Copyright (c) 2006 Verdens Gang AS
# Copyright (c) 2006-2015 Varnish Software AS # Copyright (c) 2006-2015 Varnish Software AS
......
#!/usr/bin/env python #!/usr/bin/env python3
# #
# Copyright (c) 2010-2016 Varnish Software # Copyright (c) 2010-2016 Varnish Software
# All rights reserved. # All rights reserved.
......
#!/usr/bin/env python #!/usr/bin/env python3
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
# #
# Copyright (c) 2017 Varnish Software AS # Copyright (c) 2017 Varnish Software AS
......
#!/usr/bin/env python #!/usr/bin/env python3
# #
# Copyright (c) 2017 Varnish Software AS # Copyright (c) 2017 Varnish Software AS
# All rights reserved. # All rights reserved.
......
#!/usr/bin/env python #!/usr/bin/env python3
from __future__ import print_function from __future__ import print_function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment