mirror of
https://github.com/Hopiu/django.git
synced 2026-04-26 17:54:48 +00:00
Replaced a 'raw' six import
This commit is contained in:
parent
388bb5bd9a
commit
3204bc8e5e
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue