[Zope-Checkins] CVS: Zope2 - ZClass.py:1.42
Jim Fulton
jim@digicool.com
Sun, 9 Jan 2000 22:41:08 -0500
Update of /cvs-repository/Zope2/lib/python/ZClasses
In directory korak.digicool.com:/tmp/cvs-serv26494
Modified Files:
ZClass.py
Log Message:
Fixed bug in registration of inner classes.
Changed the way base classses are identified when creating new
ZClasses. This allows ZClasses to be sub-classes accross products. It
also annotates base classes with product info in base class lists.
Use the class id as the meta_type, if no meta_type is given.