summaryrefslogtreecommitdiff
path: root/django/test
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2008-02-28 21:24:51 +0000
committerJustin Bronn <jbronn@gmail.com>2008-02-28 21:24:51 +0000
commit22e016ff6c18a35a450519b94de63033f83e6b4f (patch)
tree1e58cc40a636b4e4f3dcf429a5a116c015c36278 /django/test
parent0b52413cc926446f238fd781b4def6804f64d231 (diff)
gis: Merged revisions 7105-7168 via svnmerge from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@7176 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/test')
-rw-r--r--django/test/_doctest.py2
-rw-r--r--django/test/client.py2
-rw-r--r--django/test/simple.py1
3 files changed, 1 insertions, 4 deletions
diff --git a/django/test/_doctest.py b/django/test/_doctest.py
index d1308b855e..a56483c3ab 100644
--- a/django/test/_doctest.py
+++ b/django/test/_doctest.py
@@ -100,7 +100,7 @@ __all__ = [
import __future__
-import sys, traceback, inspect, linecache, os, re, types
+import sys, traceback, inspect, linecache, os, re
import unittest, difflib, pdb, tempfile
import warnings
from StringIO import StringIO
diff --git a/django/test/client.py b/django/test/client.py
index b02d298418..67d3aa9030 100644
--- a/django/test/client.py
+++ b/django/test/client.py
@@ -1,7 +1,5 @@
-import datetime
import sys
from cStringIO import StringIO
-from urlparse import urlparse
from django.conf import settings
from django.contrib.auth import authenticate, login
from django.core.handlers.base import BaseHandler
diff --git a/django/test/simple.py b/django/test/simple.py
index 6fa381ac4d..43e1156a0a 100644
--- a/django/test/simple.py
+++ b/django/test/simple.py
@@ -146,4 +146,3 @@ def run_tests(test_labels, verbosity=1, interactive=True, extra_tests=[]):
teardown_test_environment()
return len(result.failures) + len(result.errors)
- \ No newline at end of file