mirror of https://github.com/django/django.git
Removed unused import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f6a3b499b8
commit
075cfa72ba
|
@ -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>')
|
||||
|
||||
|
|
Loading…
Reference in New Issue