[CMF-checkins] CVS: CMF/CMFCore/interfaces - portal_workflow.py:1.8

Shane Hathaway shane@cvs.zope.org
Wed, 12 Jun 2002 13:54:48 -0400


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

Modified Files:
	portal_workflow.py 
Log Message:
Corrected signature of getActionFor()


=== CMF/CMFCore/interfaces/portal_workflow.py 1.7 => 1.8 ===
 
     # security.declarePublic('getActionsFor')
-    def getActionsFor(self, ob):
+    def getActionsFor(ob):
         '''
         Return a list of action dictionaries for 'ob', just as though
         queried via 'ActionsTool.listFilteredActionsFor'.