From 09f0bfe2032454d21e3650e7ac75c4dc53f3c881 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Sat, 14 Jan 2023 21:59:47 +0100 Subject: iptables-test.py: make explicit use of python3 In most distros 'python' means python2, which is not available anywhere. This is a problem when, for example, building the Debian package. This script is called as part of the build but 'python' is not available. Mention python3 explictly. The script runs just fine in python3. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Florian Westphal --- iptables-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables-test.py') diff --git a/iptables-test.py b/iptables-test.py index de1e1e95..ef0a35d3 100755 --- a/iptables-test.py +++ b/iptables-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # (C) 2012-2013 by Pablo Neira Ayuso # -- cgit v1.2.3