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
This commit is contained in:
Malcolm Tredinnick 2008-07-23 04:41:53 +00:00
parent 9d8f41baac
commit 681e7bbd25
1 changed files with 0 additions and 6 deletions

View File

@ -50,9 +50,3 @@
['second-two', 'one']
"""
# Python 2.3 doesn't have sorted()
try:
sorted
except NameError:
from django.utils.itercompat import sorted