1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 11:15:58 +00:00
seahub/group/signals.py

4 lines
105 B
Python
Raw Normal View History

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