From 4f88b380978e6c81765cbae9fd742590dbec3466 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Sat, 4 Jan 2020 10:03:17 -0800 Subject: Convert Python scripts to Python 3 Change all of the #! lines in Python scripts that are called from Makefiles to reference /usr/bin/python3. All of the scripts called from Makefiles are already run with Python 3, so let's make sure they are explicitly using Python 3 if called manually. --- conform/list-header-symbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform/list-header-symbols.py') diff --git a/conform/list-header-symbols.py b/conform/list-header-symbols.py index e43c12ec40..bfa463a303 100644 --- a/conform/list-header-symbols.py +++ b/conform/list-header-symbols.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Print a list of symbols exported by some headers that would # otherwise be in the user's namespace. # Copyright (C) 2018-2020 Free Software Foundation, Inc. -- cgit 1.4.1