Removed import that snuck into [6044].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2007-09-04 00:53:59 +00:00
parent 53372fcb07
commit 2292ebb47f
1 changed files with 1 additions and 1 deletions

View File

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