From: Scott Kitterman Date: Fri, 7 Jul 2023 13:29:39 +0000 (-0400) Subject: Add shebang for ecs.py (#950) X-Git-Tag: v2.5.0rc1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f026ed9d41aece0ec0028d706be42fbce39ac2;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 --- 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