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

Modified Files:
      Tag: CMF-1_5-branch
        Scripts.py 
Log Message:

- Forward-port Zope 2.8 compatibility fix


=== Products/DCWorkflow/Scripts.py 1.6.2.1 => 1.6.2.2 ===
--- Products/DCWorkflow/Scripts.py:1.6.2.1      Sun Apr  3 15:28:38 2005
+++ Products/DCWorkflow/Scripts.py      Tue Jun 14 14:09:32 2005
@@ -35,6 +35,7 @@
         '''
         '''
         kw['management_view'] = 'Scripts'
-        return Folder.manage_main(self, client, REQUEST, **kw)
+        m = Folder.manage_main.__of__(self)
+        return m(self, client, REQUEST, **kw)
 
 InitializeClass(Scripts)

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

Reply via email to