dict instead of {} where possible

This commit is contained in:
mdipierro
2012-08-29 07:27:28 -05:00
parent a2d70980d8
commit edeb237777
5 changed files with 219 additions and 218 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ class MultipleOptionsWidget(OptionsWidget):
be shown
"""
attributes.update(dict(_size=size, _multiple=True))
attributes.update(_size=size, _multiple=True)
return OptionsWidget.widget(field, value, **attributes)