Coding style.

- Consistently use "/usr/bin/env".
This commit is contained in:
Andrew Hamilton 2021-11-11 19:39:25 +10:00
parent f98d3ce416
commit 032b2ac7a1

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3.9 #!/usr/bin/env python3.9
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-