From adf4b9311d5d64a2bdd58da50271c121ea22e397 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Mon, 19 Jun 2006 15:23:57 +0000 Subject: multi-auth: Merged to [3151] git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@3152 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/db/backends/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/db/backends/util.py') 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 -- cgit v1.2.1