Update of /cvs-repository/Products/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv28067/DCWorkflow
Modified Files:
Tag: CMF-1_5-branch
Scripts.py
Log Message:
- removed unused imports
- replaced apply
=== Products/DCWorkflow/Scripts.py 1.6 => 1.6.2.1 ===
--- Products/DCWorkflow/Scripts.py:1.6 Thu Aug 12 11:07:44 2004
+++ Products/DCWorkflow/Scripts.py Sun Apr 3 15:28:38 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