aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/mixins.py
diff options
context:
space:
mode:
authorTom Christie2012-02-20 09:36:03 +0000
committerTom Christie2012-02-20 09:36:03 +0000
commit21fcd3a90631e96e3fa210dd526abab9571ad6e1 (patch)
tree89de366aeb125596bf00d811cd8a409246c3c9e4 /djangorestframework/mixins.py
parentfbf76c87affc88f04bb0d0acaecc6af6442ba921 (diff)
downloaddjango-rest-framework-21fcd3a90631e96e3fa210dd526abab9571ad6e1.tar.bz2
Some cleanup
Diffstat (limited to 'djangorestframework/mixins.py')
-rw-r--r--djangorestframework/mixins.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/mixins.py b/djangorestframework/mixins.py
index cf746839..aae0f76f 100644
--- a/djangorestframework/mixins.py
+++ b/djangorestframework/mixins.py
@@ -13,7 +13,6 @@ from djangorestframework.renderers import BaseRenderer
from djangorestframework.resources import Resource, FormResource, ModelResource
from djangorestframework.response import Response, ImmediateResponse
from djangorestframework.request import Request
-from djangorestframework.utils import as_tuple, allowed_methods
__all__ = (