mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 11:15:58 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
|
import django.dispatch
|
||
|
|
||
|
grpmsg_added = django.dispatch.Signal(providing_args=["group_id", "from_email"])
|