[CMF-checkins] SVN: CMF/branches/1.6/CMFCore/ContentTypeRegistry.py
* fix __implements__ typo
Rob Miller
ra at burningman.com
Sat Nov 19 16:15:56 EST 2005
Log message for revision 40263:
* fix __implements__ typo
Changed:
U CMF/branches/1.6/CMFCore/ContentTypeRegistry.py
-=-
Modified: CMF/branches/1.6/CMFCore/ContentTypeRegistry.py
===================================================================
--- CMF/branches/1.6/CMFCore/ContentTypeRegistry.py 2005-11-19 20:59:44 UTC (rev 40262)
+++ CMF/branches/1.6/CMFCore/ContentTypeRegistry.py 2005-11-19 21:15:56 UTC (rev 40263)
@@ -251,7 +251,7 @@
and 'pattern' can also be passed).
"""
- #_implements__ = IContentTypeRegistryPredicate
+ __implements__ = z2IContentTypeRegistryPredicate
implements(IContentTypeRegistryPredicate)
pattern = None
More information about the CMF-checkins
mailing list