Remove now unnecessary import

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2012-09-10 08:27:23 -05:00
parent 97595b7a26
commit 10f5c27bf8

View File

@ -3,7 +3,7 @@
from django import forms
from django.conf import settings
from django.contrib.auth.decorators import permission_required
from django.core.mail import send_mail, EmailMessage
from django.core.mail import EmailMessage
from django.db import transaction
from django.shortcuts import get_object_or_404, redirect, render
from django.template import loader, Context