Fixed #8828 -- Trimmed some trailing whitespace that might have been causing a

problem for Google AppEngine.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-09-03 06:22:28 +00:00
parent fd1d986bb1
commit 1794446b28
1 changed files with 1 additions and 1 deletions

View File

@ -671,4 +671,4 @@ class SplitHiddenDateTimeWidget(SplitDateTimeWidget):
def __init__(self, attrs=None):
widgets = (HiddenInput(attrs=attrs), HiddenInput(attrs=attrs))
super(SplitDateTimeWidget, self).__init__(widgets, attrs)