Browse Source

Make sure we use python3 (another patch from Fedora)

tags/v1.9.14
parent
commit
3009d7d606
11 changed files with 11 additions and 11 deletions
  1. +1
    -1
      common/wscript
  2. +1
    -1
      compat/alloca/wscript
  3. +1
    -1
      compat/wscript
  4. +1
    -1
      dbus/wscript
  5. +1
    -1
      example-clients/jack_control
  6. +1
    -1
      example-clients/wscript
  7. +1
    -1
      man/wscript
  8. +1
    -1
      systemd/wscript
  9. +1
    -1
      tests/wscript
  10. +1
    -1
      waf
  11. +1
    -1
      wscript

+ 1
- 1
common/wscript View File

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

import re


+ 1
- 1
compat/alloca/wscript 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>


+ 1
- 1
compat/wscript 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>


+ 1
- 1
dbus/wscript View File

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

import os.path


+ 1
- 1
example-clients/jack_control View File

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

from __future__ import print_function
name_base = 'org.jackaudio'


+ 1
- 1
example-clients/wscript View File

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

example_programs = {


+ 1
- 1
man/wscript View File

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

import re


+ 1
- 1
systemd/wscript View File

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




+ 1
- 1
tests/wscript View File

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

test_programs = {


+ 1
- 1
waf View File

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


+ 1
- 1
wscript View File

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



Loading…
Cancel
Save