From df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 17 Apr 2020 20:24:30 +1000 Subject: Update Python versions. Modules that are only used as top level scripts or from scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts. --- scripts/Face.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Face.py') diff --git a/scripts/Face.py b/scripts/Face.py index 0fb7253b7..94451bc26 100644 --- a/scripts/Face.py +++ b/scripts/Face.py @@ -2,7 +2,7 @@ # Face.py - module for reading and parsing Scintilla.iface file # Implemented 2000 by Neil Hodgson neilh@scintilla.org # Released to the public domain. -# Requires Python 2.5 or later +# Requires Python 2.7 or later def sanitiseLine(line): if line[-1:] == '\n': line = line[:-1] -- cgit v1.2.3