From 563e53bb36783505d3e81aeb517f34933dd29d69 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 11 Mar 2020 15:32:45 +1100 Subject: Backport: Add or update #! lines of Python scripts to use python3. Backport of changeset 7999:7422719fcc68. --- scripts/HFacer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/HFacer.py') diff --git a/scripts/HFacer.py b/scripts/HFacer.py index fe1642560..ae4bb2c2f 100755 --- a/scripts/HFacer.py +++ b/scripts/HFacer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # HFacer.py - regenerate the Scintilla.h and SciLexer.h files from the Scintilla.iface interface # definition file. # Implemented 2000 by Neil Hodgson neilh@scintilla.org -- cgit v1.2.3