summaryrefslogtreecommitdiff
path: root/django/contrib/auth/management/commands/createsuperuser.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/auth/management/commands/createsuperuser.py')
-rw-r--r--django/contrib/auth/management/commands/createsuperuser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/contrib/auth/management/commands/createsuperuser.py b/django/contrib/auth/management/commands/createsuperuser.py
index 76971b7b72..b9f13b7b05 100644
--- a/django/contrib/auth/management/commands/createsuperuser.py
+++ b/django/contrib/auth/management/commands/createsuperuser.py
@@ -1,8 +1,6 @@
"""
Management utility to create superusers.
"""
-from __future__ import unicode_literals
-
import getpass
import sys