summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/core/management/base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/core/management/base.py b/django/core/management/base.py
index 5ac1cdf38d..a6f67a8187 100644
--- a/django/core/management/base.py
+++ b/django/core/management/base.py
@@ -1,12 +1,11 @@
# -*- coding: utf-8 -*-
+
from __future__ import unicode_literals
"""
Base classes for writing management commands (named commands which can
be executed through ``django-admin.py`` or ``manage.py``).
-
"""
-from __future__ import unicode_literals
import os
import sys