diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-17 20:24:30 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-17 20:24:30 +1000 |
commit | df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9 (patch) | |
tree | 36b72451e473470c567d0c108eaa829f1415cf1b /scripts/HFacer.py | |
parent | 9e2bd8b981c5d6891b7e0bf9418fd70aceff9602 (diff) | |
download | scintilla-mirror-df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9.tar.gz |
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.
Diffstat (limited to 'scripts/HFacer.py')
-rwxr-xr-x | scripts/HFacer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/HFacer.py b/scripts/HFacer.py index ae4bb2c2f..1e93d688a 100755 --- a/scripts/HFacer.py +++ b/scripts/HFacer.py @@ -2,7 +2,7 @@ # 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 -# Requires Python 2.5 or later +# Requires Python 2.7 or later import sys import os |