app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 15 Dec 2008 01:15:32 +0000
changeset 755 1ed041c0cdc6
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Remove unused imports and variables in different soc.views.models modules. Patch by: Pawel Solyga

from django.dispatch import Signal

template_rendered = Signal(providing_args=["template", "context"])