X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b4dca26c7d93f930bbd5a7b552807370b60d4298..3bb92146f59804a6ead47d5f2d0fdc47daa6b698:/scripts/make_width_table.py diff --git a/scripts/make_width_table.py b/scripts/make_width_table.py index 30fd32c..061fdc8 100644 --- a/scripts/make_width_table.py +++ b/scripts/make_width_table.py @@ -15,6 +15,7 @@ You can do this by running: pip install -U wcwidth """ + import sys from os.path import basename, dirname, join from typing import Iterable, Tuple