Author: Daniel Baumann Description: Correcting Python shebang. diff -Naurp dnsperf.orig/contrib/queryparse/queryparse dnsperf/contrib/queryparse/queryparse --- dnsperf.orig/contrib/queryparse/queryparse +++ dnsperf/contrib/queryparse/queryparse @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # # Copyright 2019-2022 OARC, Inc. # Copyright 2017-2018 Akamai Technologies