forked from osmocom/wireshark
Minor Python3 script fixups.
Make some scripts executable and use the shebang line recommended at https://docs.python.org/3/using/unix.html#miscellaneouspespin/osmux-wip
parent
4153af1dc7
commit
eaae2d0ee7
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright 2014 Roland Knall <rknall [AT] gmail.com>
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# make-reg.py
|
||||
# Registration Macros Generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
#
|
||||
# Generate the AUTHORS file combining existing AUTHORS file with
|
||||
|
|
Loading…
Reference in New Issue