]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Add shebang for ecs.py (#950)
authorScott Kitterman <sklist@kitterman.com>
Fri, 7 Jul 2023 13:29:39 +0000 (09:29 -0400)
committerBob Halley <halley@dnspython.org>
Fri, 7 Jul 2023 14:26:08 +0000 (07:26 -0700)
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)

examples/ecs.py

index d5a84f24b4394dacb70436456149bc52bffb3c94..03a16bbf6fa1ff6f836b310181debaa89767bdf1 100755 (executable)
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 import dns.edns
 import dns.message
 import dns.query