diff --git a/model_helpers.py b/model_helpers.py index 3157792..d629d6a 100644 --- a/model_helpers.py +++ b/model_helpers.py @@ -1,8 +1,9 @@ +import six + from django.core.exceptions import ValidationError from os import path as fs_path from time import strftime from django.utils.text import slugify -from django.utils import six from django.utils.translation import ugettext as _ from django.core.cache import cache from django.conf import settings diff --git a/tests/test_key_value_field.py b/tests/test_key_value_field.py index 298ecb6..f34fbeb 100644 --- a/tests/test_key_value_field.py +++ b/tests/test_key_value_field.py @@ -1,7 +1,8 @@ +import six + from nose import tools as test from sample.models import Team from django.core.exceptions import ValidationError -from django.utils import six def test_key_value_field():