From 563e53bb36783505d3e81aeb517f34933dd29d69 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 11 Mar 2020 15:32:45 +1100 Subject: Backport: Add or update #! lines of Python scripts to use python3. Backport of changeset 7999:7422719fcc68. --- scripts/GenerateCaseConvert.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/GenerateCaseConvert.py') 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 -- cgit v1.2.3