diff options
Diffstat (limited to 'tests/regressiontests/admin_scripts/management/commands/app_command.py')
| -rw-r--r-- | tests/regressiontests/admin_scripts/management/commands/app_command.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/regressiontests/admin_scripts/management/commands/app_command.py b/tests/regressiontests/admin_scripts/management/commands/app_command.py index 3d8c43755c..f72e912ac0 100644 --- a/tests/regressiontests/admin_scripts/management/commands/app_command.py +++ b/tests/regressiontests/admin_scripts/management/commands/app_command.py @@ -1,9 +1,4 @@ from django.core.management.base import AppCommand -# Python 2.3 doesn't have sorted() -try: - sorted -except NameError: - from django.utils.itercompat import sorted class Command(AppCommand): help = 'Test Application-based commands' |
