[Checkins] SVN: CMF/trunk/CMFCore/TypesTool.py Merged r77288 from the 2.1 branch.

Hanno Schlichting plone at hannosch.info
Mon Jul 2 03:33:17 EDT 2007


Log message for revision 77289:
  Merged r77288 from the 2.1 branch.
  

Changed:
  U   CMF/trunk/CMFCore/TypesTool.py

-=-
Modified: CMF/trunk/CMFCore/TypesTool.py
===================================================================
--- CMF/trunk/CMFCore/TypesTool.py	2007-07-02 07:29:27 UTC (rev 77288)
+++ CMF/trunk/CMFCore/TypesTool.py	2007-07-02 07:33:16 UTC (rev 77289)
@@ -557,7 +557,7 @@
     #
     #   ObjectManager methods
     #
-    def all_meta_types(self):
+    def all_meta_types(self, interfaces=None):
         # this is a workaround and should be removed again if allowedTypes
         # have an interface we can use in _product_interfaces
         all = TypesTool.inheritedAttribute('all_meta_types')(self)



More information about the Checkins mailing list