X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/fe8e5b5e224d32baebbdaa2fecf4a847ed4e5354..3b978e07d8be0a912d167170a8bb13a78135775e:/librarian/styles/wolnelektury/cover.py diff --git a/librarian/styles/wolnelektury/cover.py b/librarian/styles/wolnelektury/cover.py index b417216..8181890 100644 --- a/librarian/styles/wolnelektury/cover.py +++ b/librarian/styles/wolnelektury/cover.py @@ -3,7 +3,7 @@ # This file is part of Librarian, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # -import Image, ImageFont, ImageDraw +from PIL import Image, ImageFont, ImageDraw from StringIO import StringIO from librarian import get_resource, URLOpener from librarian.cover import Cover, TextBox