summaryrefslogtreecommitdiff
path: root/django/db/backends/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/backends/util.py')
-rw-r--r--django/db/backends/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/util.py b/django/db/backends/util.py
index 3098a53556..74d33f42ca 100644
--- a/django/db/backends/util.py
+++ b/django/db/backends/util.py
@@ -1,7 +1,7 @@
import datetime
from time import time
-class CursorDebugWrapper:
+class CursorDebugWrapper(object):
def __init__(self, cursor, db):
self.cursor = cursor
self.db = db