[CMF-checkins] CVS: Products/CMFCore - ActionProviderBase.py:1.4

Tres Seaver tseaver@zope.com
Thu, 24 Jan 2002 10:35:06 -0500


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv8396

Modified Files:
	ActionProviderBase.py 
Log Message:
 - Accept (but ignore) info.

=== Products/CMFCore/ActionProviderBase.py 1.3 => 1.4 ===
 
     security.declarePrivate('listActions')
-    def listActions(self):
+    def listActions(self, info=None):
         """
         Return all the actions defined by a tool
         """