[Zope3-checkins] CVS: Zope3/src/zope/app/form - utility.py:1.21
Steve Alexander
steve@cat-box.net
Wed, 18 Jun 2003 06:10:26 -0400
Update of /cvs-repository/Zope3/src/zope/app/form
In directory cvs.zope.org:/tmp/cvs-serv18277/src/zope/app/form
Modified Files:
utility.py
Log Message:
removed extraneous whitespace
=== Zope3/src/zope/app/form/utility.py 1.20 => 1.21 ===
--- Zope3/src/zope/app/form/utility.py:1.20 Thu Jun 5 16:13:09 2003
+++ Zope3/src/zope/app/form/utility.py Wed Jun 18 06:10:25 2003
@@ -173,7 +173,7 @@
# opposite meaning.
if value is not None and (force or not widget.haveData()):
widget.setData(value)
-
+
def setUpWidgets(view, schema, prefix=None, force=False,
initial={}, names=None, context=None):