mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-19 10:01:09 +00:00
Fix six import (ref #253).
This commit is contained in:
parent
3e53ec2be1
commit
c4d6c82f95
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import six
|
||||
|
||||
from django import forms
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.db.models import fields
|
||||
from django.utils import six
|
||||
|
||||
from modeltranslation import settings as mt_settings
|
||||
from modeltranslation.utils import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue