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:
parent
9d8f41baac
commit
681e7bbd25
|
@ -50,9 +50,3 @@
|
|||
['second-two', 'one']
|
||||
"""
|
||||
|
||||
# Python 2.3 doesn't have sorted()
|
||||
try:
|
||||
sorted
|
||||
except NameError:
|
||||
from django.utils.itercompat import sorted
|
||||
|
Loading…
Reference in New Issue