From 2292ebb47f2f1337567dc72d50306c2398c04785 Mon Sep 17 00:00:00 2001
From: Gary Wilson Jr <gary.wilson@gmail.com>
Date: Tue, 4 Sep 2007 00:53:59 +0000
Subject: [PATCH] Removed import that snuck into [6044].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 tests/modeltests/test_client/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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):