X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/4bc4a4cd7c8470de220e86fe44b50d427368c942..c5f50329c7ddea87333c6137d994252c47783aa4:/fnpdjango/utils/pipeline_storage.py diff --git a/fnpdjango/utils/pipeline_storage.py b/fnpdjango/utils/pipeline_storage.py deleted file mode 100644 index eb12f07..0000000 --- a/fnpdjango/utils/pipeline_storage.py +++ /dev/null @@ -1,6 +0,0 @@ -from pipeline.storage import GZIPMixin -from pipeline.storage import PipelineCachedStorage - -class GzipPipelineCachedStorage(GZIPMixin, PipelineCachedStorage): - pass -