deb-python-django-compressor/compressor/signals.py

5 lines
108 B
Python

import django.dispatch
post_compress = django.dispatch.Signal(providing_args=['type', 'mode', 'context'])