Tools: Use Python 3 as interpreter for fcinfo

Since Python 2 support has been dropped with #6143, let's have Python 3
as default interpreter on the platforms caring for it.
This commit is contained in:
Christian Meusel
2022-08-16 13:23:01 +02:00
committed by Uwe
parent 91830933d7
commit 00204dd6d4

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# -*- coding: utf8 -*-