waf: use python3 even if /usr/bin/python is v2

This commit is contained in:
Andrew Tridgell 2023-05-05 17:45:25 +10:00
parent ce703cbed7
commit 3371296e39
2 changed files with 2 additions and 2 deletions

2
waf vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from __future__ import print_function from __future__ import print_function
import subprocess import subprocess

View File

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