[1.9.x] Removed an unused import.

This commit is contained in:
Tim Graham 2015-12-28 17:46:33 -05:00
parent 23cad094f6
commit 15af2e806b
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ from django.contrib.auth.decorators import login_required
from django.core.serializers.json import DjangoJSONEncoder
from django.http import HttpResponse, HttpResponseRedirect, JsonResponse
from django.shortcuts import render
from django.template import RequestContext
from django.template.loader import render_to_string
from django.test import Client
from django.test.client import CONTENT_TYPE_RE