Skip to content

Commit

Permalink
Removed an unnecessary import from r3857. I'd forgotten that _() was …
Browse files Browse the repository at this point in the history
…put into

the global namespace.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Sep 26, 2006
1 parent 875e7cb commit 6b4eb8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/contrib/auth/forms.py
Expand Up @@ -4,7 +4,6 @@
from django.template import Context, loader
from django.core import validators
from django import forms
from django.utils.translation import gettext_lazy as _

class UserCreationForm(forms.Manipulator):
"A form that creates a user, with no privileges, from the given username and password."
Expand Down

0 comments on commit 6b4eb8b

Please sign in to comment.