diff options
Diffstat (limited to 'tests/test_parsers.py')
| -rw-r--r-- | tests/test_parsers.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test_parsers.py b/tests/test_parsers.py index 88eccef3..d28d8bd4 100644 --- a/tests/test_parsers.py +++ b/tests/test_parsers.py @@ -5,8 +5,8 @@ from django import forms  from django.core.files.uploadhandler import MemoryFileUploadHandler  from django.test import TestCase  from django.utils import unittest +from django.utils.six.moves import StringIO  from rest_framework.compat import etree -from rest_framework.compat import StringIO  from rest_framework.exceptions import ParseError  from rest_framework.parsers import FormParser, FileUploadParser  from rest_framework.parsers import XMLParser | 
