1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-29 08:27:55 +00:00
seahub/organizations/__init__.py

5 lines
101 B
Python
Raw Normal View History

2012-07-27 09:54:07 +00:00
from signals import *
from handlers import *
org_user_added.connect(org_user_added_cb, sender=None)