aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/GenerateCharacterCategory.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-03-11 15:32:45 +1100
committerNeil <nyamatongwe@gmail.com>2020-03-11 15:32:45 +1100
commit563e53bb36783505d3e81aeb517f34933dd29d69 (patch)
tree837c7223510cf75ed604fa87f9e17a57c6d98e68 /scripts/GenerateCharacterCategory.py
parente656ed719ff0d70fced5a7d979d787cc59162307 (diff)
downloadscintilla-mirror-563e53bb36783505d3e81aeb517f34933dd29d69.tar.gz
Backport: Add or update #! lines of Python scripts to use python3.
Backport of changeset 7999:7422719fcc68.
Diffstat (limited to 'scripts/GenerateCharacterCategory.py')
-rw-r--r--scripts/GenerateCharacterCategory.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/GenerateCharacterCategory.py b/scripts/GenerateCharacterCategory.py
index ba6ac858d..355322992 100644
--- a/scripts/GenerateCharacterCategory.py
+++ b/scripts/GenerateCharacterCategory.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
# Script to generate CharacterCategory.cxx from Python's Unicode data
# Should be run rarely when a Python with a new version of Unicode data is available.
# Requires Python 3.3 or later