From 00204dd6d42574c59db14801a5b9776dca425834 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 16 Aug 2022 13:23:01 +0200 Subject: [PATCH] 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. --- src/Tools/fcinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/fcinfo b/src/Tools/fcinfo index 0e7e8412c8..4ce5f34036 100755 --- a/src/Tools/fcinfo +++ b/src/Tools/fcinfo @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf8 -*-