diff --git a/anime_dl/external/aes.py b/anime_dl/external/aes.py index 0c2188f..b0b2d36 100644 --- a/anime_dl/external/aes.py +++ b/anime_dl/external/aes.py @@ -2,7 +2,7 @@ import base64 from math import ceil -from .utils import bytes_to_intlist, intlist_to_bytes +from utils import bytes_to_intlist, intlist_to_bytes # from utils import bytes_to_intlist, intlist_to_bytes BLOCK_SIZE_BYTES = 16