Make sure we use python3 (another patch from Fedora)

This commit is contained in:
falkTX 2019-10-28 11:36:35 +01:00
parent aeb68878d5
commit 93619ed0c5
11 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/python3
# encoding: utf-8
import re

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3
# encoding: utf-8
#
# Copyright (C) 2018 Karl Linden <karl.j.linden@gmail.com>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3
# encoding: utf-8
#
# Copyright (C) 2018 Karl Linden <karl.j.linden@gmail.com>

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/python3
# encoding: utf-8
import os.path

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3
from __future__ import print_function
name_base = 'org.jackaudio'

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/python3
# encoding: utf-8
example_programs = {

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/python3
# encoding: utf-8
import re

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/python3
# encoding: utf-8

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/python3
# encoding: utf-8
test_programs = {

2
waf vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3
# encoding: latin-1
# Thomas Nagy, 2005-2018
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/python3
# encoding: utf-8
from __future__ import print_function