diff options
| author | Jakub Kicinski <[email protected]> | 2023-01-31 02:33:54 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-02-01 04:36:03 +0000 |
| commit | 981cbcb030d919ee49ebbfc2889839c6882d9ea7 (patch) | |
| tree | a41b01fa7e86dec309f68eecaa2d4ec6fbdb47cd /tools/net/ynl/cli.py | |
| parent | docs: netlink: add a starting guide for working with specs (diff) | |
| download | kernel-981cbcb030d919ee49ebbfc2889839c6882d9ea7.tar.gz kernel-981cbcb030d919ee49ebbfc2889839c6882d9ea7.zip | |
tools: net: use python3 explicitly
The scripts require Python 3 and some distros are dropping
Python 2 support.
Reported-by: Stanislav Fomichev <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/net/ynl/cli.py')
| -rwxr-xr-x | tools/net/ynl/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/net/ynl/cli.py b/tools/net/ynl/cli.py index e64f1478764f..db410b74d539 100755 --- a/tools/net/ynl/cli.py +++ b/tools/net/ynl/cli.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # SPDX-License-Identifier: BSD-3-Clause import argparse |
