diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2006-09-26 13:59:10 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2006-09-26 13:59:10 +0000 |
| commit | 6b4eb8bb70683bae99ec0cf758b633a4330bfa49 (patch) | |
| tree | 8a2dc2d9ce071237c29b750d04640a723e2236e1 | |
| parent | 875e7cb8154dc7ae4151f23b48a81113cde7a203 (diff) | |
Removed an unnecessary import from r3857. I'd forgotten that _() was put into
the global namespace.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/auth/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/auth/forms.py b/django/contrib/auth/forms.py index 6fd583dcc0..b3f1908be4 100644 --- a/django/contrib/auth/forms.py +++ b/django/contrib/auth/forms.py @@ -4,7 +4,6 @@ from django.contrib.sites.models import Site 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." |
