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