From: Scott Kitterman Date: Fri, 7 Jul 2023 13:29:39 +0000 (-0400) Subject: Add shebang for ecs.py (#950) X-Git-Tag: v2.4.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c16069a2d5c5265f892b61341b144bd011f011b3;p=thirdparty%2Fdnspython.git Add shebang for ecs.py (#950) I know this is trivial, but the Debian QA tools get slightly grumpy when there's no shebang for an executable script, so it would make things slightly easier for me if you would add this. Thanks, Scott K (cherry picked from commit b6f026ed9d41aece0ec0028d706be42fbce39ac2) --- diff --git a/examples/ecs.py b/examples/ecs.py index d5a84f24..03a16bbf 100755 --- a/examples/ecs.py +++ b/examples/ecs.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import dns.edns import dns.message import dns.query