diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-01-09 22:51:21 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-01-09 22:51:21 +0000 |
| commit | 73d8abf3d5d443fcf244c50da67b655eaea735a7 (patch) | |
| tree | 99449a6752b339eb2379c0e0b5266372c3baba4f /tests/regressiontests/forms/forms.py | |
| parent | 5e83b79d260598fcdcc2014f99e6669c5b2a44f7 (diff) | |
Removed unneeded import, thanks Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms/forms.py')
| -rw-r--r-- | tests/regressiontests/forms/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regressiontests/forms/forms.py b/tests/regressiontests/forms/forms.py index f9498c41e2..c4ea28f850 100644 --- a/tests/regressiontests/forms/forms.py +++ b/tests/regressiontests/forms/forms.py @@ -1862,7 +1862,6 @@ True # Checking that the label for SplitDateTimeField is not being displayed ##### ->>> from django.forms import * >>> class EventForm(Form): ... happened_at = SplitDateTimeField(widget=widgets.SplitHiddenDateTimeWidget) ... |
