Change FileWrapper import location

This commit is contained in:
Dan Braghis 2015-02-12 11:39:17 +00:00 committed by Karl Hobley
parent af64f7ce72
commit c3c6f1cb1d

View file

@ -1,6 +1,6 @@
from django.shortcuts import get_object_or_404
from django.core.servers.basehttp import FileWrapper
from django.http import HttpResponse
from wsgiref.util import FileWrapper
from wagtail.wagtaildocs.models import Document, document_served