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/FileGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/FileGenerator.py') diff --git a/scripts/FileGenerator.py b/scripts/FileGenerator.py index 7022769fb..3e9662632 100644 --- a/scripts/FileGenerator.py +++ b/scripts/FileGenerator.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # FileGenerator.py - implemented 2013 by Neil Hodgson neilh@scintilla.org # Released to the public domain. -- cgit v1.2.3