Moved the redmine plugin to a seperate repositiory: http://github.com/fnp/redakcja_re...
[redakcja.git] / apps / compress / signals.py
1 from django.dispatch import Signal
2
3 css_filtered = Signal()
4 js_filtered = Signal()