X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/c5f50329c7ddea87333c6137d994252c47783aa4..refs/heads/master:/fnpdjango/pipeline_storage.py?ds=sidebyside 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