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)

_______________________________________________
CMF-checkins mailing list
[EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to