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