Kaydet (Commit) 681e7bbd authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

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
üst 9d8f41ba
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment