1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed a failing test in special_headers, and performed a bit of cleanup.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor
2011-04-26 16:56:17 +00:00
parent 930371e91b
commit 2f9c52dc90
2 changed files with 4 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ def xview(request):
return HttpResponse()
class XViewClass(View):
def get(request):
def get(self, request):
return HttpResponse()