Update of /cvs-repository/Products/CMFCore In directory cvs.zope.org:/tmp/cvs-serv415/CMFCore Modified Files: WorkflowCore.py Log Message: - Rip out spurious 'afterCreate' protocol. === Products/CMFCore/WorkflowCore.py 1.8 => 1.9 === # Backward compatibility. WorkflowAction = WorkflowMethod - - -def afterCreate(ob): - # This functionality is now in PortalContent.py. - pass