summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-07-23 04:41:53 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-07-23 04:41:53 +0000
commit681e7bbd255ec4237e3e5594c331e6b5ff9e03cb (patch)
tree7f44a7c90d289f4a99f1ec8be6d3aa2062dfd269 /tests/regressiontests/utils
parent9d8f41baac6b3ca56c7732a2f93e15cda494a1ea (diff)
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
Diffstat (limited to 'tests/regressiontests/utils')
-rw-r--r--tests/regressiontests/utils/datastructures.py6
1 files changed, 0 insertions, 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