From 6cf90d7cee67e75f67e81571e7f4b15f1df1a972 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 22 Aug 2021 08:17:58 -0700 Subject: [PATCH] Add script license and fix python version --- support/printable.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/printable.py b/support/printable.py index c42850d2..7ba37f56 100755 --- a/support/printable.py +++ b/support/printable.py @@ -1,7 +1,8 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This script uses the following Unicode tables: # - UnicodeData.txt +# Script license: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT from collections import namedtuple