[CMF-checkins] CVS: Products/DCWorkflow - Scripts.py:1.6.2.1
Yvo Schubbe
y.2005- at wcm-solutions.de
Sun Apr 3 15:28:39 EDT 2005
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)
More information about the CMF-checkins
mailing list