提交 981cbcb0 编写于 作者: J Jakub Kicinski

tools: net: use python3 explicitly

The scripts require Python 3 and some distros are dropping
Python 2 support.
Reported-by: NStanislav Fomichev <sdf@google.com>
Signed-off-by: NJakub Kicinski <kuba@kernel.org>
上级 01e47a37
#!/usr/bin/env python #!/usr/bin/env python3
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
import argparse import argparse
......
#!/usr/bin/env python #!/usr/bin/env python3
import argparse import argparse
import collections import collections
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册