From b5c8cd58e4972e142c3a199a00625e7c93de5ddd Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 11 Mar 2020 15:32:45 +1100 Subject: Add or update #! lines of Python scripts to use python3. --- scripts/Dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dependencies.py') diff --git a/scripts/Dependencies.py b/scripts/Dependencies.py index db705137c..c9f85db02 100644 --- a/scripts/Dependencies.py +++ b/scripts/Dependencies.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Dependencies.py - discover, read, and write dependencies file for make. # The format like the output from "g++ -MM" which produces a # list of header (.h) files used by source files (.cxx). -- cgit v1.2.3