[Zope3-checkins] CVS: Zope3/lib/python/Schema - Converter.py:1.5
Stephan Richter
srichter@cbu.edu
Wed, 24 Jul 2002 06:54:18 -0400
Update of /cvs-repository/Zope3/lib/python/Schema
In directory cvs.zope.org:/tmp/cvs-serv1557/lib/python/Schema
Modified Files:
Converter.py
Log Message:
Made some bug fixes and some changes. "items" for the ItemWidgets no expect
a list of (value, description) instead of (description, value) as it was in
Formulator. This way we can make better use of dict.items().
=== Zope3/lib/python/Schema/Converter.py 1.4 => 1.5 ===
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
-
-XXX longer description goes here.
-
+"""
$Id$
"""
from IConverter import IConverter