OpenSlides/openslides/utils/signals.py
Oskar Hahn 0752d476e4 Change to MIT Licence
* Remove headers
* Changed lineendings to linux style in AUTHORS and CHANGELOG
2013-11-04 14:57:30 +01:00

6 lines
131 B
Python

# -*- coding: utf-8 -*-
from django.dispatch import Signal
template_manipulation = Signal(providing_args=['request', 'context'])