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/FileGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/FileGenerator.py') diff --git a/scripts/FileGenerator.py b/scripts/FileGenerator.py index 3e9662632..cf949901c 100644 --- a/scripts/FileGenerator.py +++ b/scripts/FileGenerator.py @@ -4,7 +4,7 @@ # Generate or regenerate source files based on comments in those files. # May be modified in-place or a template may be generated into a complete file. -# Requires Python 2.5 or later +# Requires Python 2.7 or later # The files are copied to a string apart from sections between a # ++Autogenerated comment and a --Autogenerated comment which is # generated by the CopyWithInsertion function. After the whole string is -- cgit v1.2.3