diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-09-04 00:53:59 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-09-04 00:53:59 +0000 |
| commit | 2292ebb47f2f1337567dc72d50306c2398c04785 (patch) | |
| tree | 24d0012e6903f6508e2e5df38236ce20cfcf27e7 | |
| parent | 53372fcb07191941cb021bd1545933115407e6c2 (diff) | |
Removed import that snuck into [6044].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/modeltests/test_client/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/test_client/views.py b/tests/modeltests/test_client/views.py index 50d964605e..58f63c8c56 100644 --- a/tests/modeltests/test_client/views.py +++ b/tests/modeltests/test_client/views.py @@ -5,7 +5,7 @@ from django.template import Context, Template from django.http import HttpResponse, HttpResponseRedirect, HttpResponseNotFound from django.contrib.auth.decorators import login_required from django.newforms.forms import Form -from django.newforms import fields, ValidationError +from django.newforms import fields from django.shortcuts import render_to_response def get_view(request): |
