diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2009-09-10 15:27:44 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2009-09-10 15:27:44 +0000 |
| commit | bdde46de63bdaa5662a70982059dab54921a76c1 (patch) | |
| tree | 83c1b9a36e5de542c5bf6c21d93637919d5443d5 /django/forms | |
| parent | de5e768557db107106bc3cfc6106055e6af842cb (diff) | |
Fixed #10950 - unused import.
Thanks dc
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/forms')
| -rw-r--r-- | django/forms/fields.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/forms/fields.py b/django/forms/fields.py index affe3879b9..14faf2fc36 100644 --- a/django/forms/fields.py +++ b/django/forms/fields.py @@ -29,7 +29,6 @@ from django.utils.encoding import smart_unicode, smart_str from util import ErrorList, ValidationError from widgets import TextInput, PasswordInput, HiddenInput, MultipleHiddenInput, FileInput, CheckboxInput, Select, NullBooleanSelect, SelectMultiple, DateInput, DateTimeInput, TimeInput, SplitDateTimeWidget, SplitHiddenDateTimeWidget -from django.core.files.uploadedfile import SimpleUploadedFile as UploadedFile __all__ = ( 'Field', 'CharField', 'IntegerField', |
