remove last jsonresponse imports (#10755)

This commit is contained in:
Thomas NOËL 2016-04-28 01:11:12 +02:00
parent 706ab20003
commit 02f0c100de
2 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,7 @@ from django.views.generic.base import View
from django.views.decorators.csrf import csrf_exempt
from django.http import Http404
from jsonresponse import to_json
from passerelle.utils import to_json
from .models import BaseQueue

View File

@ -4,7 +4,6 @@ import re
import logging
from requests import Session as RequestSession
from jsonresponse import to_json as jsonresponse_to_json
from django.conf import settings
from django.core.exceptions import PermissionDenied, ObjectDoesNotExist