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
         """