summaryrefslogtreecommitdiff
path: root/django/core/management/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/management/base.py')
-rw-r--r--django/core/management/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/core/management/base.py b/django/core/management/base.py
index cdc673a479..192d529ef0 100644
--- a/django/core/management/base.py
+++ b/django/core/management/base.py
@@ -1,10 +1,7 @@
-# -*- coding: utf-8 -*-
"""
Base classes for writing management commands (named commands which can
be executed through ``django-admin`` or ``manage.py``).
"""
-from __future__ import unicode_literals
-
import os
import sys
from argparse import ArgumentParser