Commit ee4b806a authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed #21873 -- Removed duplicate import.

Thanks Sephi for the report.
parent 798fd59f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
# -*- 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