1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 19:01:42 +00:00

Added missing import

This commit is contained in:
zhengxie
2013-03-27 21:29:24 +08:00
parent 8ff1f53659
commit 771adee343

View File

@@ -22,7 +22,8 @@ from django.utils.hashcompat import md5_constructor
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from seaserv import list_dir_by_path, get_repo, web_get_access_token, \ from seaserv import list_dir_by_path, get_repo, web_get_access_token, \
get_commits, is_passwd_set, check_permission, get_shared_groups_by_repo,\ get_commits, is_passwd_set, check_permission, get_shared_groups_by_repo,\
is_group_user, get_file_id_by_path, get_commit, get_file_size is_group_user, get_file_id_by_path, get_commit, get_file_size, \
get_org_groups_by_repo
from pysearpc import SearpcError from pysearpc import SearpcError
from base.decorators import ctx_switch_required, repo_passwd_set_required from base.decorators import ctx_switch_required, repo_passwd_set_required