app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 16:45:03 +0000
changeset 1617 9fdf1bf1e6a6
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Remove unused imports from soc.views.sitemap.build module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

from django.dispatch import Signal

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