1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-22 19:02:21 +00:00
seahub/contacts/__init__.py
xiez 7a850c7953 Modify repo share.
* Email unregistered user when sharing repo.
* Add email to contacts when share repo/file and add group user.
* Remove org repo share link.
2012-07-31 15:02:18 +08:00

5 lines
95 B
Python

from signals import *
from handlers import *
mail_sended.connect(mail_sended_cb, sender=None)