Commit 981cbcb0 authored by Jakub Kicinski's avatar Jakub Kicinski

tools: net: use python3 explicitly

The scripts require Python 3 and some distros are dropping
Python 2 support.
Reported-by: default avatarStanislav Fomichev <sdf@google.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 01e47a37
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: BSD-3-Clause
import argparse
......
#!/usr/bin/env python
#!/usr/bin/env python3
import argparse
import collections
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment