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

Sidnei da Silva sidnei at awkly.org
Tue Jun 14 14:09:32 EDT 2005


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)



More information about the CMF-checkins mailing list