X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..82c3054bcdeb000aa9782da80d644070797b5cbe:/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