[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/PropertySets/tests - PropertySet.py:1.5

Stephan Richter srichter@cbu.edu
Fri, 19 Jul 2002 09:13:04 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/PropertySets/tests
In directory cvs.zope.org:/tmp/cvs-serv24805/lib/python/Zope/App/OFS/PropertySets/tests

Modified Files:
	PropertySet.py 
Log Message:
Okay, I finished the Forms work. Schema and Forms completely replace the
old Formulator code now. I have switched all the Content objects to using
Schema + Forms; especially the SQL Script has an interesting demo on how
to write your custom fields.

However, I am not satisfied with all my design decisions. There is still
a lot of work to be done in Converters and Widgets. Please contact Martijn
and/or me if you would like to help.


=== Zope3/lib/python/Zope/App/OFS/PropertySets/tests/PropertySet.py 1.4 => 1.5 ===
 # FOR A PARTICULAR PURPOSE.
 # 
 ##############################################################################
+"""
+$Id$
+"""
 from Zope.App.OFS.PropertySets.PropertySetDef import PropertySetDef
 from Zope.App.OFS.PropertySets.PropertySet import PropertySetFactory