Removed unused import.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2007-12-02 01:44:58 +00:00
parent f6a3b499b8
commit 075cfa72ba
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
from django.http import HttpResponse
from django.template import RequestContext
def index_page(request):
"""Dummy index page"""
return HttpResponse('<html><body>Dummy page</body></html>')