File: signals.py

package info (click to toggle)
python-django-piston 0.2.2-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 388 kB
  • ctags: 598
  • sloc: python: 2,319; xml: 33; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
import django.dispatch

entry_request_started = django.dispatch.Signal(providing_args=['request'])