1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[api] add missed import module

This commit is contained in:
poetwang
2012-08-21 20:18:06 +08:00
parent 4bb3daea44
commit b0aede8c42

View File

@@ -18,6 +18,7 @@ from djangorestframework.mixins import ResponseMixin
from djangorestframework.response import Response
from auth.decorators import api_login_required
from auth.forms import AuthenticationForm
from auth import login as auth_login
from pysearpc import SearpcError