Skip to content

Commit 56f4e04

Browse files
committed
lkl: python -> python3
The `python` executable is no longer available on most environments Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 0ef1681 commit 56f4e04

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

arch/lkl/scripts/headers_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
import re, os, sys, argparse, multiprocessing, fnmatch
33

44
srctree = os.environ["srctree"]

tools/lkl/tests/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -7,7 +7,6 @@
77
# Author: Octavian Purdila <tavi@cs.pub.ro>
88
#
99

10-
from __future__ import print_function
1110

1211
import argparse
1312
import os

tools/lkl/tests/tap13.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -11,7 +11,6 @@
1111
# Copyright 2013, Red Hat, Inc.
1212
# Author: Josef Skladanka <jskladan@redhat.com>
1313
#
14-
from __future__ import print_function
1514

1615
import re
1716
import sys

tools/lkl/tests/valgrind2xunit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
##
44
## Downloader from

0 commit comments

Comments
 (0)