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/Face.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/Face.py') diff --git a/scripts/Face.py b/scripts/Face.py index c340dcbab..0fb7253b7 100644 --- a/scripts/Face.py +++ b/scripts/Face.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # Face.py - module for reading and parsing Scintilla.iface file # Implemented 2000 by Neil Hodgson neilh@scintilla.org # Released to the public domain. -- cgit v1.2.3