1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00
Files
seahub/organizations/__init__.py

5 lines
101 B
Python
Raw Normal View History

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