From 2a8fa1534b84594d5c2577d9b4ef6ba9ae86dd48 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 22 Nov 2005 04:58:08 +0000 Subject: [PATCH] Tiny change to spacing in new-admin django.utils.httpwrappers, so it's identical to trunk version git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1344 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/utils/httpwrappers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/utils/httpwrappers.py b/django/utils/httpwrappers.py index 930f4961f0..c1aa9d6ee1 100644 --- a/django/utils/httpwrappers.py +++ b/django/utils/httpwrappers.py @@ -204,7 +204,7 @@ class HttpResponse: def tell(self): return len(self.content) - + class HttpResponseRedirect(HttpResponse): def __init__(self, redirect_to): HttpResponse.__init__(self)