Ensure the Python 3 interpreter is used

This commit is contained in:
Chris Mayo 2020-05-14 19:39:45 +01:00
parent c80002437e
commit 40f7c44703

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -u
#!/usr/bin/python3 -u
# Copyright (C) 2000-2014 Bastian Kleineidam
#
# This program is free software; you can redistribute it and/or modify