From: Peter van Dijk Date: Mon, 14 Jul 2025 17:58:12 +0000 (+0200) Subject: switch scripts to explicit python3 X-Git-Tag: rec-5.4.0-alpha0~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15835%2Fhead;p=thirdparty%2Fpdns.git switch scripts to explicit python3 --- diff --git a/regression-tests.nobackend/edns1/test-edns.py b/regression-tests.nobackend/edns1/test-edns.py index 9d6332ddf4..b3bf82be0c 100755 --- a/regression-tests.nobackend/edns1/test-edns.py +++ b/regression-tests.nobackend/edns1/test-edns.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import print_function import socket diff --git a/regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py b/regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py index e31f302e86..06c50bcfdc 100755 --- a/regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py +++ b/regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys