Removed unused imports

This commit is contained in:
Alen Mujezinovic 2011-06-09 16:27:45 +01:00
parent a848923a39
commit d034c0fe4f

View File

@ -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__ = (