diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-12-02 01:44:58 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-12-02 01:44:58 +0000 |
| commit | 075cfa72ba97e20c6e15776904dd3a61401219f6 (patch) | |
| tree | e5ccd1265bd50e56ae686dd9a09f26910cc02a9b | |
| parent | f6a3b499b8b98adba0fdf3a104d7c06e0473d4d4 (diff) | |
Removed unused import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/regressiontests/views/views.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/regressiontests/views/views.py b/tests/regressiontests/views/views.py index 9e0bbb2d66..956432e7d5 100644 --- a/tests/regressiontests/views/views.py +++ b/tests/regressiontests/views/views.py @@ -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>') - |
