summaryrefslogtreecommitdiff
path: root/django/middleware/doc.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/middleware/doc.py')
-rw-r--r--django/middleware/doc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/middleware/doc.py b/django/middleware/doc.py
index 6376fe4d5c..01c09e9c15 100644
--- a/django/middleware/doc.py
+++ b/django/middleware/doc.py
@@ -1,7 +1,7 @@
from django.conf import settings
from django import http
-class XViewMiddleware:
+class XViewMiddleware(object):
"""
Adds an X-View header to internal HEAD requests -- used by the documentation system.
"""