Really use generic python reference in shebang

This commit is contained in:
Mark Nauwelaerts
2020-07-19 19:04:48 +02:00
parent 28ed63b707
commit ac8f659620
2 changed files with 2 additions and 2 deletions

View File

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

View File

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