aboutsummaryrefslogtreecommitdiffstats
path: root/examples/mixin/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mixin/urls.py')
-rw-r--r--examples/mixin/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mixin/urls.py b/examples/mixin/urls.py
index 1d25f6c7..a3da3b2c 100644
--- a/examples/mixin/urls.py
+++ b/examples/mixin/urls.py
@@ -1,4 +1,4 @@
-from djangorestframework.compat import View # Use Django 1.3's django.views.generic.View, or fall back to a clone of that if Django < 1.3
+from djangorestframework.compat import View # Use Django 1.3's django.views.generic.View, or fall back to a clone of that if Django < 1.3
from djangorestframework.mixins import ResponseMixin
from djangorestframework.renderers import DEFAULT_RENDERERS
from djangorestframework.response import Response