summaryrefslogtreecommitdiff
path: root/django/test/testcases.py
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-05-13 08:19:11 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-05-13 08:19:11 +0000
commitd3627997218173245bc2dac61abb5254eae269c5 (patch)
treeee190a7966fcb4b1b9aaa87649887528ae9dadbe /django/test/testcases.py
parent1130f5e6b79588944ee3f72ff9fd698c7b97c9db (diff)
Removed a stray import that snuck into [5211].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/test/testcases.py')
-rw-r--r--django/test/testcases.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index 7df1784d64..d07e38e436 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -1,5 +1,4 @@
import re, doctest, unittest
-import sys
from urlparse import urlparse
from django.db import transaction
from django.core import management, mail