From 73d8abf3d5d443fcf244c50da67b655eaea735a7 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 9 Jan 2010 22:51:21 +0000 Subject: Removed unneeded import, thanks Alex Gaynor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12154 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/forms/forms.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/regressiontests/forms') 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) ... -- cgit v1.3