aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HFacer.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-03-11 15:32:45 +1100
committerNeil <nyamatongwe@gmail.com>2020-03-11 15:32:45 +1100
commitb5c8cd58e4972e142c3a199a00625e7c93de5ddd (patch)
tree4e256b94012d3b2c6b0b8f521886d8646b03ac3a /scripts/HFacer.py
parent10511e853060a7b9a22c860722ebddb1ea385d3d (diff)
downloadscintilla-mirror-b5c8cd58e4972e142c3a199a00625e7c93de5ddd.tar.gz
Add or update #! lines of Python scripts to use python3.
Diffstat (limited to 'scripts/HFacer.py')
-rwxr-xr-xscripts/HFacer.py2
1 files changed, 1 insertions, 1 deletions
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