X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/391b7a7b21da0ae7aae68826cfee514c8ea7eca9..a802a933f53625f732e9d3807b4162e770c8aaf1:/apps/dvcs/storage.py diff --git a/apps/dvcs/storage.py b/apps/dvcs/storage.py index 6bb5b595..1572439e 100755 --- a/apps/dvcs/storage.py +++ b/apps/dvcs/storage.py @@ -1,6 +1,7 @@ +# -*- coding: utf-8 -*- from zlib import compress, decompress -from django.core.files.base import ContentFile, File +from django.core.files.base import ContentFile from django.core.files.storage import FileSystemStorage