Use python3 for setup.py

Enable ./setup.py when python is Python 2.
This commit is contained in:
Chris Mayo 2020-06-05 16:59:46 +01:00
parent e207ac54ce
commit 648a5f04f1

View file

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