X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/1788f5dc5560ef56d82685ec9dd70f4ab41983cd..724310b910f3ec0aeb2a1fbd0189d5f588a00f8f:/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