[Zope-Checkins] CVS: Zope/lib/python/OFS - ObjectManager.py:1.148.4.1
Toby Dickenson
tdickenson@geminidataloggers.com
Tue, 9 Apr 2002 07:49:37 -0400
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv10778/OFS
Modified Files:
Tag: toby-metatype-branch
ObjectManager.py
Log Message:
fixed typo causing _product_meta_types to be ignored when doing an interface-constrained all_meta_types
=== Zope/lib/python/OFS/ObjectManager.py 1.148 => 1.148.4.1 ===
pmt = []
- for entry in pmt:
+ for entry in _pmt:
try:
eil = entry.get('interfaces',None)