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

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to