1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-27 23:48:48 +00:00
seahub/organizations/__init__.py
2012-07-27 23:37:48 +08:00

5 lines
101 B
Python

from signals import *
from handlers import *
org_user_added.connect(org_user_added_cb, sender=None)