From 681e7bbd255ec4237e3e5594c331e6b5ff9e03cb Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 23 Jul 2008 04:41:53 +0000 Subject: [PATCH] Removed some potentially misleading code (it isn't executed) after the changes in [8055]. Thanks, Karen. Refs #7745. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8059 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/utils/datastructures.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/regressiontests/utils/datastructures.py b/tests/regressiontests/utils/datastructures.py index 5d31d21318..8ac6b9ec7e 100644 --- a/tests/regressiontests/utils/datastructures.py +++ b/tests/regressiontests/utils/datastructures.py @@ -50,9 +50,3 @@ ['second-two', 'one'] """ -# Python 2.3 doesn't have sorted() -try: - sorted -except NameError: - from django.utils.itercompat import sorted - \ No newline at end of file