From b0aede8c424d47b48ee00b8a12144a359c18cebc Mon Sep 17 00:00:00 2001 From: poetwang Date: Tue, 21 Aug 2012 20:18:06 +0800 Subject: [PATCH] [api] add missed import module --- api/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/views.py b/api/views.py index ff6514de92..1dd66ac0c1 100644 --- a/api/views.py +++ b/api/views.py @@ -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