Use generic python reference in shebang

This commit is contained in:
Mark Nauwelaerts
2020-06-12 13:10:16 +02:00
parent 46178f546a
commit dc91c58e1c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python3
# #
# Copyright (c) 2016 Mark Nauwelaerts # Copyright (c) 2016 Mark Nauwelaerts
# #

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python3
# #
# Copyright (c) 2012 Felipe Contreras # Copyright (c) 2012 Felipe Contreras
# Copyright (c) 2016 Mark Nauwelaerts # Copyright (c) 2016 Mark Nauwelaerts