1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00
Files
seahub/group/__init__.py
2012-06-26 19:23:32 +08:00

6 lines
137 B
Python

from signals import *
from handlers import *
from models import GroupMessage
grpmsg_added.connect(grpmsg_added_cb, sender=GroupMessage)