aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/GenerateCaseConvert.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
commitb5c8cd58e4972e142c3a199a00625e7c93de5ddd (patch)
tree4e256b94012d3b2c6b0b8f521886d8646b03ac3a /scripts/GenerateCaseConvert.py
parent10511e853060a7b9a22c860722ebddb1ea385d3d (diff)
downloadscintilla-mirror-b5c8cd58e4972e142c3a199a00625e7c93de5ddd.tar.gz
Add or update #! lines of Python scripts to use python3.
Diffstat (limited to 'scripts/GenerateCaseConvert.py')
-rw-r--r--scripts/GenerateCaseConvert.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/GenerateCaseConvert.py b/scripts/GenerateCaseConvert.py
index 5e2b39873..9b3e9fb52 100644
--- a/scripts/GenerateCaseConvert.py
+++ b/scripts/GenerateCaseConvert.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
# Script to generate CaseConvert.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