diff scripts/update-copyrights.py @ 8200:f9988201a3c4

py3: some not-entirely-trivial removing of "unicode"
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 21 Dec 2019 15:14:08 +0100
parents aa6f17a53b49
children e63bcce18fef
line wrap: on
line diff
--- a/scripts/update-copyrights.py	Sat Dec 28 19:59:15 2019 +0100
+++ b/scripts/update-copyrights.py	Sat Dec 21 15:14:08 2019 +0100
@@ -51,7 +51,7 @@
     * first contribution
     * number of contribution years
     * name (with some unicode normalization)
-    The entries must be 2-tuples of a list of string years and the unicode name"""
+    The entries must be 2-tuples of a list of string years and the name"""
     return (x[0] and -int(x[0][-1]),
             x[0] and int(x[0][0]),
             -len(x[0]),