X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f030289137a031a2e78f9aadb9ce075d8de76649..cbfc34b13a4ec1bcc4de3078317d7feffdbcbf17:/apps/catalogue/management/commands/savemedia.py diff --git a/apps/catalogue/management/commands/savemedia.py b/apps/catalogue/management/commands/savemedia.py index 49f1d484e..216c5e335 100755 --- a/apps/catalogue/management/commands/savemedia.py +++ b/apps/catalogue/management/commands/savemedia.py @@ -5,7 +5,6 @@ import os.path from django.core.management.base import BaseCommand -from django.core.files import File from catalogue.models import Book, BookMedia from catalogue.utils import ExistingFile