Minor Python3 script fixups.

Make some scripts executable and use the shebang line recommended at
https://docs.python.org/3/using/unix.html#miscellaneous
This commit is contained in:
Gerald Combs 2022-06-26 10:45:57 -07:00
parent 4153af1dc7
commit eaae2d0ee7
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2014 Roland Knall <rknall [AT] gmail.com>
#

2
epan/wslua/make-reg.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# make-reg.py
# Registration Macros Generator

2
tools/generate_authors.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Generate the AUTHORS file combining existing AUTHORS file with

0
tools/json2pcap/json2pcap.py Normal file → Executable file
View File