diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2026-02-16 18:23:35 +0100 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2026-02-16 19:47:58 +0100 |
| commit | 9c0ddde6c830d4718cea88160693fdad6cb15137 (patch) | |
| tree | 237f6bccb9761929936e0fe2e9298488d58e76ca /tests/py | |
| parent | 14dc90737a57bd1c6dc0ebc3eb30ab3090cc0afb (diff) | |
It seems that unversioned Python shebangs are discouraged these days:
- See the lintian web on Debian:
https://lintian.debian.org/tags/script-uses-unversioned-python-in-shebang.html
- Also, see "Finalizing Fedora's Switch to Python3":
https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
Replace them all tree-wide.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py')
| -rwxr-xr-x | tests/py/nft-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/py/nft-test.py b/tests/py/nft-test.py index ff2412ac..53fd3f7a 100755 --- a/tests/py/nft-test.py +++ b/tests/py/nft-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # (C) 2014 by Ana Rey Botello <anarey@gmail.com> # |
