summaryrefslogtreecommitdiff
path: root/django/test/utils.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-13 09:35:51 +0000
committerJannis Leidel <jannis@leidel.info>2011-07-13 09:35:51 +0000
commit24f4764a48e4141923a78c8820e4cd7b411ec0fc (patch)
treeeed2e98eb3aad1e10c7fda902bc8b875e19929e2 /django/test/utils.py
parent956da729d19d619c210a2466d4435d4967249e7f (diff)
downloaddjango-24f4764a48e4141923a78c8820e4cd7b411ec0fc.tar.gz
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/test/utils.py')
-rw-r--r--django/test/utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/django/test/utils.py b/django/test/utils.py
index 7a110da0b3..dbb1c20163 100644
--- a/django/test/utils.py
+++ b/django/test/utils.py
@@ -1,12 +1,8 @@
from __future__ import with_statement
-import sys
-import time
-import os
import warnings
from django.conf import settings, UserSettingsHolder
from django.core import mail
-from django.core.mail.backends import locmem
from django.test.signals import template_rendered, setting_changed
from django.template import Template, loader, TemplateDoesNotExist
from django.template.loaders import cached