1
0
mirror of https://github.com/django/django.git synced 2025-01-09 01:46:20 +00:00

Replaced a 'raw' six import

This commit is contained in:
Claude Paroz 2016-05-04 20:59:52 +02:00
parent 388bb5bd9a
commit 3204bc8e5e

View File

@ -1,8 +1,7 @@
from __future__ import unicode_literals
import six
from django.conf import settings
from django.utils import six
from . import Error, Tags, Warning, register