Commit 681e7bbd authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

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
parent 9d8f41ba
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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