publish HTML with images
[wolnelektury.git] / src / catalogue / forms.py
index 1b03455..ea732db 100644 (file)
@@ -2,9 +2,6 @@
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
-import urllib
-import os.path
-
 from django import forms
 from django.utils.translation import ugettext_lazy as _
 
@@ -13,7 +10,6 @@ from waiter.models import WaitedFile
 from django.core.exceptions import ValidationError
 from catalogue.utils import get_customized_pdf_path
 from catalogue.tasks import build_custom_pdf
-from wolnelektury.utils import makedirs
 
 
 class BookImportForm(forms.Form):