1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00
Files
seahub/thirdpart/seaserv/__init__.py

14 lines
433 B
Python
Raw Normal View History

2011-03-19 22:06:58 +08:00
import service
2012-07-26 11:32:52 +08:00
from service import ccnet_rpc, monitor_rpc, seafserv_rpc, \
2012-06-25 20:42:19 +08:00
seafserv_threaded_rpc, ccnet_threaded_rpc
2012-07-26 11:32:52 +08:00
from service import send_command
2011-03-19 22:06:58 +08:00
from service import get_groups, get_group
2012-02-27 15:24:27 +08:00
from service import get_repos, get_repo, get_commits, get_branches
from service import get_binding_peerids
from service import get_ccnetuser
from service import get_group_repoids, check_group_staff
from service import CCNET_CONF_PATH
2011-03-19 22:06:58 +08:00