Remove unused import.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-09-03 15:49:28 +02:00
parent 50e4de966f
commit 4e3daeccb4
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ import hashlib
import mimetypes
mimetypes.init()
from django.utils.translation import ugettext as _
from django.contrib.contenttypes.models import ContentType
from django.shortcuts import get_object_or_404
from django.conf import settings