[CMF-checkins] CVS: CMF/CMFCore/interfaces - portal_actions.py:1.10

Yvo Schubbe schubbe@web.de
Tue, 21 Jan 2003 17:24:41 -0500


Update of /cvs-repository/CMF/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv23822/CMFCore/interfaces

Modified Files:
	portal_actions.py 
Log Message:
made test_interface pass also with older Zope versions

=== CMF/CMFCore/interfaces/portal_actions.py 1.9 => 1.10 ===
--- CMF/CMFCore/interfaces/portal_actions.py:1.9	Mon Jan  6 15:38:19 2003
+++ CMF/CMFCore/interfaces/portal_actions.py	Tue Jan 21 17:24:38 2003
@@ -1,14 +1,15 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+# Copyright (c) 2001-2003 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Actions tool interface.
 
@@ -75,7 +76,7 @@
     '''
 
     # listActions__roles__ = ()  # No permission.
-    def listActions(info):
+    def listActions(info=None):
         """ Return all the actions defined by a provider.
 
         The info argument is currently used by 'Oldstyle CMF Discussion Tool'