diff options
Diffstat (limited to 'django/core/management/base.py')
| -rw-r--r-- | django/core/management/base.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/django/core/management/base.py b/django/core/management/base.py index 0e1c961105..4016faaa7a 100644 --- a/django/core/management/base.py +++ b/django/core/management/base.py @@ -13,11 +13,6 @@ from django.core.exceptions import ImproperlyConfigured from django.core.management.color import color_style from django.utils.encoding import smart_str -try: - set -except NameError: - from sets import Set as set # For Python 2.3 - class CommandError(Exception): """ Exception class indicating a problem while executing a management |
