From d034c0fe4f1dbae77dccc9709335ad877700ed54 Mon Sep 17 00:00:00 2001 From: Alen Mujezinovic Date: Thu, 9 Jun 2011 16:27:45 +0100 Subject: Removed unused imports --- djangorestframework/parsers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/djangorestframework/parsers.py b/djangorestframework/parsers.py index 4f49c20a..3346a26e 100644 --- a/djangorestframework/parsers.py +++ b/djangorestframework/parsers.py @@ -15,9 +15,7 @@ from django.http import QueryDict from django.http.multipartparser import MultiPartParser as DjangoMultiPartParser from django.utils import simplejson as json from djangorestframework import status -from djangorestframework.compat import parse_qs from djangorestframework.response import ErrorResponse -from djangorestframework.utils import as_tuple from djangorestframework.utils.mediatypes import media_type_matches __all__ = ( -- cgit v1.2.3