mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-27 23:48:48 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
from signals import *
|
|
from handlers import *
|
|
|
|
org_user_added.connect(org_user_added_cb, sender=None)
|