diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-04-27 15:11:44 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-04-27 15:11:44 +0000 |
| commit | b647e22bbd3fa377af3e55f9f8ba4a71aaf0eaa7 (patch) | |
| tree | 57be60049a9562494e9cde162f03e7806a9fc80c | |
| parent | dd07c235454baea0c74fa373cc07187942f3aed0 (diff) | |
Removed an import that is no longer needed after r13033.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/regressiontests/bug8245/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regressiontests/bug8245/tests.py b/tests/regressiontests/bug8245/tests.py index 2d9da33581..e45dd05673 100644 --- a/tests/regressiontests/bug8245/tests.py +++ b/tests/regressiontests/bug8245/tests.py @@ -1,4 +1,3 @@ -import sys from unittest import TestCase from django.contrib import admin |
