Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed import that snuck into [6044].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
gdub committed Sep 4, 2007
1 parent 53372fc commit 2292ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modeltests/test_client/views.py
Expand Up @@ -5,7 +5,7 @@
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):
Expand Down

0 comments on commit 2292ebb

Please sign in to comment.