[CMF-checkins] CVS: Products/CMFCalendar - Event.py:1.20.2.1
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Aug 24 17:12:37 EDT 2004
Update of /cvs-repository/Products/CMFCalendar
In directory cvs.zope.org:/tmp/cvs-serv4566/CMFCalendar
Modified Files:
Tag: CMF-1_5-branch
Event.py
Log Message:
- removed WorkflowMethod wrappers
- marked WorkflowMethod deprecated on CMF-1_5-branch and removed it on the HEAD
=== Products/CMFCalendar/Event.py 1.20 => 1.20.2.1 ===
--- Products/CMFCalendar/Event.py:1.20 Thu Aug 12 11:07:37 2004
+++ Products/CMFCalendar/Event.py Tue Aug 24 17:12:06 2004
@@ -21,7 +21,6 @@
from webdav.Lockable import ResourceLockedError
from Products.CMFCore.PortalContent import PortalContent
-from Products.CMFCore.WorkflowCore import WorkflowAction
from Products.CMFCore.utils import keywordsplitter
from Products.CMFCore.utils import contributorsplitter
@@ -249,7 +248,6 @@
if event_url is not None:
self.event_url = event_url
self.reindexObject()
- edit = WorkflowAction(edit)
security.declarePublic('buildTimes')
def buildTimes(self):
More information about the CMF-checkins
mailing list