mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
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 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue