Change python to python3

Not all hosts have python3-is-python, and the script is definitely
python3 so there's no backwards-compatibility issies.

Closes #1.
This commit is contained in:
James Smith 2023-09-08 16:46:55 +02:00
parent ab42887b70
commit dc028e1030

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# git-tidy is free software: you can redistribute it and/or modify it under the terms of the GNU # git-tidy is free software: you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation, either version 3 of the # General Public License as published by the Free Software Foundation, either version 3 of the