From eb9e6df32ed696158bf34dba6464277b648f5c74 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 31 Oct 2021 13:08:51 -0700 Subject: Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc... --- letter_compress.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'letter_compress.py') diff --git a/letter_compress.py b/letter_compress.py index 9a6f32d..b5d3264 100644 --- a/letter_compress.py +++ b/letter_compress.py @@ -2,9 +2,9 @@ import bitstring -from collect.bidict import bidict +from collect.bidict import BiDict -special_characters = bidict( +special_characters = BiDict( { ' ': 27, '.': 28, -- cgit v1.3