Skip to content

Commit

Permalink
Merge pull request #514 from AkihiroSuda/lkl-python3
Browse files Browse the repository at this point in the history
lkl: python -> python3
  • Loading branch information
thehajime committed Jun 13, 2023
2 parents edda64e + 56f4e04 commit 9bc4f95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/lkl/scripts/headers_install.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import re, os, sys, argparse, multiprocessing, fnmatch

srctree = os.environ["srctree"]
Expand Down
3 changes: 1 addition & 2 deletions tools/lkl/tests/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -7,7 +7,6 @@
# Author: Octavian Purdila <[email protected]>
#

from __future__ import print_function

import argparse
import os
Expand Down
3 changes: 1 addition & 2 deletions tools/lkl/tests/tap13.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -11,7 +11,6 @@
# Copyright 2013, Red Hat, Inc.
# Author: Josef Skladanka <[email protected]>
#
from __future__ import print_function

import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion tools/lkl/tests/valgrind2xunit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

##
## Downloader from
Expand Down

0 comments on commit 9bc4f95

Please sign in to comment.