summaryrefslogtreecommitdiff
path: root/django/core
diff options
context:
space:
mode:
Diffstat (limited to 'django/core')
-rw-r--r--django/core/management/base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/django/core/management/base.py b/django/core/management/base.py
index 1aba53dd01..17b8ab71af 100644
--- a/django/core/management/base.py
+++ b/django/core/management/base.py
@@ -3,6 +3,8 @@ 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