aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/resource.py
diff options
context:
space:
mode:
authorTom Christie2011-04-11 13:52:16 +0100
committerTom Christie2011-04-11 13:52:16 +0100
commit136c9b5271fc205abffbbe5422b3c345858a533b (patch)
tree06bab7d140aa92c85fff97e802b59b0cca80fde2 /djangorestframework/resource.py
parentcb9fb6ef2f9ac38c4f1c3946252a542b1f3f15d7 (diff)
downloaddjango-rest-framework-136c9b5271fc205abffbbe5422b3c345858a533b.tar.bz2
Tweak
Diffstat (limited to 'djangorestframework/resource.py')
-rw-r--r--djangorestframework/resource.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/resource.py b/djangorestframework/resource.py
index e6290363..c5faf175 100644
--- a/djangorestframework/resource.py
+++ b/djangorestframework/resource.py
@@ -3,7 +3,6 @@ from django.views.decorators.csrf import csrf_exempt
from djangorestframework.compat import View
from djangorestframework.emitters import EmitterMixin
-from djangorestframework.authenticators import AuthenticatorMixin
from djangorestframework.validators import FormValidatorMixin
from djangorestframework.response import Response, ResponseException
from djangorestframework.request import RequestMixin, AuthMixin