diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-03-28 02:11:19 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-03-28 02:11:19 +0000 |
| commit | 13864703bc1d5dd4dac63c96c6a4b42a392bc57f (patch) | |
| tree | 64d070fb754332d47afc310daef2671c54e17988 /tests/regressiontests/dispatch | |
| parent | a87be3554fc73a567b926ea51c13ea844b5113f8 (diff) | |
Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/dispatch')
| -rw-r--r-- | tests/regressiontests/dispatch/tests/test_dispatcher.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regressiontests/dispatch/tests/test_dispatcher.py b/tests/regressiontests/dispatch/tests/test_dispatcher.py index 2ad5b0c67a..a16d8e24f5 100644 --- a/tests/regressiontests/dispatch/tests/test_dispatcher.py +++ b/tests/regressiontests/dispatch/tests/test_dispatcher.py @@ -3,7 +3,6 @@ import sys from django.dispatch import Signal from django.utils import unittest -import django.utils.copycompat as copy if sys.platform.startswith('java'): def garbage_collect(): |
