diff options
| author | Scott Gasch <[email protected]> | 2021-10-31 13:08:51 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-10-31 13:08:51 -0700 |
| commit | eb9e6df32ed696158bf34dba6464277b648f5c74 (patch) | |
| tree | 54ae278562008b0ffa834b2d34b2158d9119dc65 /letter_compress.py | |
| parent | 05a26ae305adfc47f38b8534ec8f35640df3955e (diff) | |
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Diffstat (limited to 'letter_compress.py')
| -rw-r--r-- | letter_compress.py | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
