diff options
Diffstat (limited to 'Tools/unicode')
-rw-r--r-- | Tools/unicode/makeunicodedata.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index db0f8ec..d83cf63 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -32,7 +32,6 @@ import sys import zipfile from textwrap import dedent -from operator import itemgetter SCRIPT = sys.argv[0] VERSION = "3.2" |