fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WYSIWYG editor fixes (edit button, textarea moved to the left)
[redakcja.git]
/
apps
/
compress
/
filter_base.py
diff --git
a/apps/compress/filter_base.py
b/apps/compress/filter_base.py
index
9b98531
..
3ce364f
100644
(file)
--- a/
apps/compress/filter_base.py
+++ b/
apps/compress/filter_base.py
@@
-4,11
+4,13
@@
class FilterBase:
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
+ pass