summaryrefslogtreecommitdiff
path: root/django/core/management/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/management/utils.py')
-rw-r--r--django/core/management/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/utils.py b/django/core/management/utils.py
index 7159d1123f..d1052d5182 100644
--- a/django/core/management/utils.py
+++ b/django/core/management/utils.py
@@ -1,4 +1,4 @@
-from __future__ import absolute_import
+from __future__ import unicode_literals
import os
from subprocess import PIPE, Popen