1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-12 14:38:58 +00:00
seahub/group/signals.py
2012-06-26 19:23:32 +08:00

4 lines
105 B
Python

import django.dispatch
grpmsg_added = django.dispatch.Signal(providing_args=["group_id", "from_email"])