X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/465ee0b4cfa68b5d7e1bd8c8752e69a0f6783215..1be598eb573f9ad234ba4ab8e467f07fd8351fa8:/fnpdjango/pipeline_storage.py diff --git a/fnpdjango/pipeline_storage.py b/fnpdjango/pipeline_storage.py index eb12f07..85e44c8 100644 --- a/fnpdjango/pipeline_storage.py +++ b/fnpdjango/pipeline_storage.py @@ -1,6 +1,7 @@ from pipeline.storage import GZIPMixin -from pipeline.storage import PipelineCachedStorage +from pipeline.storage import PipelineManifestStorage -class GzipPipelineCachedStorage(GZIPMixin, PipelineCachedStorage): + +class GzipPipelineManifestStorage(GZIPMixin, PipelineManifestStorage): pass