1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00
Files
seahub/group/signals.py

4 lines
105 B
Python
Raw Normal View History

2012-06-26 14:20:37 +08:00
import django.dispatch
grpmsg_added = django.dispatch.Signal(providing_args=["group_id", "from_email"])