diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-13 08:19:11 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-05-13 08:19:11 +0000 |
| commit | d3627997218173245bc2dac61abb5254eae269c5 (patch) | |
| tree | ee190a7966fcb4b1b9aaa87649887528ae9dadbe /django/test/testcases.py | |
| parent | 1130f5e6b79588944ee3f72ff9fd698c7b97c9db (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.py | 1 |
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 |
