[Zope-PTK] CVS: ZopePTK - __init__.py:1.18

Shane shane@zope.org
Fri, 26 Jan 2001 18:30:24 -0800


Update of /cvs-repository/ZopePTK/PTKDemo
In directory zope.codeit.com:/tmp/cvs-serv29272

Modified Files:
	__init__.py 
Log Message:
Made use of the extra_constructors field in ContentInit, which allows us to
continue to use normal constructors for ContentFactoryMetadata objects.
We could instead make ContentFactoryMetadata exercise its knowledge of
multi-factories, but that would just make it more difficult for people to
understand how to use ContentFactoryMetadata objects.