mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
6 lines
163 B
Python
6 lines
163 B
Python
# Copyright (c) 2012-2016 Seafile Ltd.
|
|
import django.dispatch
|
|
|
|
accept_guest_invitation_successful = django.dispatch.Signal(
|
|
providing_args=["invitation_obj"])
|