Python 3, Django 1.7+ compatilibity, some tests.
[fnpdjango.git] / fnpdjango / pipeline_storage.py
diff --git a/fnpdjango/pipeline_storage.py b/fnpdjango/pipeline_storage.py
new file mode 100644 (file)
index 0000000..eb12f07
--- /dev/null
@@ -0,0 +1,6 @@
+from pipeline.storage import GZIPMixin
+from pipeline.storage import PipelineCachedStorage
+
+class GzipPipelineCachedStorage(GZIPMixin, PipelineCachedStorage):
+    pass
+