use correct six import

This commit is contained in:
Craig Blaszczyk 2015-01-08 18:05:42 +00:00
parent 28744d99bd
commit 0aed9a8ed2

View File

@ -2,7 +2,7 @@ from __future__ import unicode_literals
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
import pytest import pytest
from django.test import TestCase from django.test import TestCase
import six from django.utils import six
from rest_framework.settings import APISettings from rest_framework.settings import APISettings