Removed unneeded import, thanks Alex Gaynor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-01-09 22:51:21 +00:00
parent 5e83b79d26
commit 73d8abf3d5
1 changed files with 0 additions and 1 deletions

View File

@ -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)
...