move to django 1.4 and django-pipeline,
[wolnelektury.git] / apps / compress / filter_base.py
diff --git a/apps/compress/filter_base.py b/apps/compress/filter_base.py
deleted file mode 100644 (file)
index 9bb23b2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-class FilterBase:
-    def __init__(self, verbose):
-        self.verbose = verbose
-
-    def filter_css(self, css):
-        raise NotImplementedError
-    def filter_js(self, js):
-        raise NotImplementedError
-
-class FilterError(Exception):
-    """
-    This exception is raised when a filter fails
-    """
-    pass
\ No newline at end of file