Removed old import aliases.

This commit is contained in:
Tim Graham 2015-02-05 18:30:11 -05:00
parent 0f54cf28c0
commit bbe28496d3
5 changed files with 2 additions and 12 deletions

View file

@ -3,6 +3,7 @@ from __future__ import unicode_literals
import tempfile
import os
from wsgiref.util import FileWrapper
from django import forms
from django.contrib import admin
@ -10,7 +11,6 @@ from django.contrib.admin.views.main import ChangeList
from django.core.exceptions import ValidationError
from django.core.files.storage import FileSystemStorage
from django.core.mail import EmailMessage
from django.core.servers.basehttp import FileWrapper
from django.conf.urls import url
from django.forms.models import BaseModelFormSet
from django.http import HttpResponse, StreamingHttpResponse