aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlen Mujezinovic2011-06-09 16:27:45 +0100
committerAlen Mujezinovic2011-06-09 16:27:45 +0100
commitd034c0fe4f1dbae77dccc9709335ad877700ed54 (patch)
tree47ecf3e6a08fad2d2787224a871bc0cb3d617ae0
parenta848923a394853e7ed30f14189703c4afaf0c772 (diff)
downloaddjango-rest-framework-d034c0fe4f1dbae77dccc9709335ad877700ed54.tar.bz2
Removed unused imports
-rw-r--r--djangorestframework/parsers.py2
1 files changed, 0 insertions, 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__ = (