From f0da070b30666aecd7bc089d2b579bde5781d7bd Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 20 Nov 2015 19:22:04 +0100 Subject: [PATCH] pytthon3 typo --- cas_server/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas_server/views.py b/cas_server/views.py index e3639ac..4a317dd 100644 --- a/cas_server/views.py +++ b/cas_server/views.py @@ -31,7 +31,7 @@ import cas_server.utils as utils import cas_server.forms as forms import cas_server.models as models -from utils import JsonResponse +from .utils import JsonResponse from .models import ServiceTicket, ProxyTicket, ProxyGrantingTicket from .models import ServicePattern