Removed unused import

This commit is contained in:
Claude Paroz 2015-01-14 09:14:15 +01:00
parent 1913c1ac21
commit dc90bf2ac8
1 changed files with 0 additions and 3 deletions

View File

@ -415,9 +415,6 @@ class BaseCommand(object):
if options.get('stderr'):
self.stderr = OutputWrapper(options.get('stderr'), self.stderr.style_func)
if self.can_import_settings:
from django.conf import settings # NOQA
saved_locale = None
if not self.leave_locale_alone:
# Only mess with locales if we can assume we have a working