[CMF-checkins] CVS: Products/DCWorkflow - Scripts.py:1.7

Yvo Schubbe y.2005- at wcm-solutions.de
Sun Apr 3 15:29:18 EDT 2005


Update of /cvs-repository/Products/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv28462/DCWorkflow

Modified Files:
	Scripts.py 
Log Message:
- removed unused imports
- replaced apply


=== Products/DCWorkflow/Scripts.py 1.6 => 1.7 ===
--- Products/DCWorkflow/Scripts.py:1.6	Thu Aug 12 11:07:44 2004
+++ Products/DCWorkflow/Scripts.py	Sun Apr  3 15:29:17 2005
@@ -35,6 +35,6 @@
         '''
         '''
         kw['management_view'] = 'Scripts'
-        return apply(Folder.manage_main, (self, client, REQUEST), kw)
+        return Folder.manage_main(self, client, REQUEST, **kw)
 
 InitializeClass(Scripts)



More information about the CMF-checkins mailing list