From ea526b34712555ba4f667fa68298513f9d51f1c6 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 11 Apr 2019 06:47:04 +1000 Subject: Updated required Python version due to differences in how imports work in 2.7. --- scripts/LexGen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/LexGen.py') diff --git a/scripts/LexGen.py b/scripts/LexGen.py index 6e11c529b..f804feb70 100644 --- a/scripts/LexGen.py +++ b/scripts/LexGen.py @@ -1,10 +1,10 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # LexGen.py - implemented 2002 by Neil Hodgson neilh@scintilla.org # Released to the public domain. # Regenerate the Scintilla source files that list all the lexers. # Should be run whenever a new lexer is added or removed. -# Requires Python 2.5 or later +# Requires Python 3.6 or later # Files are regenerated in place with templates stored in comments. # The format of generation comments is documented in FileGenerator.py. -- cgit v1.2.3