[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/workflow -
stateful.py:1.21 wfmc.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:25:38 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces/workflow
In directory cvs.zope.org:/tmp/cvs-serv724/workflow
Modified Files:
stateful.py wfmc.py
Log Message:
Improved doc strings and removed white space
=== Zope3/src/zope/app/interfaces/workflow/stateful.py 1.20 => 1.21 ===
--- Zope3/src/zope/app/interfaces/workflow/stateful.py:1.20 Sun Sep 21 13:31:56 2003
+++ Zope3/src/zope/app/interfaces/workflow/stateful.py Tue Feb 24 09:25:37 2004
@@ -15,7 +15,6 @@
$Id$
"""
-
import zope.schema
from zope.app.security.permission import PermissionField
@@ -279,8 +278,9 @@
class IContentProcessRegistry(Interface):
"""Content Type <-> Process Definitions Registry
- This is a registry for mapping content types (interface) to workflow process
- definitions (by name)."""
+ This is a registry for mapping content types (interface) to workflow
+ process definitions (by name).
+ """
def register(iface, name):
"""Register a new process definition (name) for the interface iface."""
@@ -299,7 +299,7 @@
class IContentWorkflowsManager(IContentProcessRegistry):
"""A Content Workflows Manager.
- it associates content objects with some workflow process definitions.
+ It associates content objects with some workflow process definitions.
"""
def subscribe():
=== Zope3/src/zope/app/interfaces/workflow/wfmc.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/workflow/wfmc.py:1.2 Fri Aug 15 20:43:37 2003
+++ Zope3/src/zope/app/interfaces/workflow/wfmc.py Tue Feb 24 09:25:37 2004
@@ -11,7 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-
"""Interfaces for WfMC workflow process definition.
Status: Draft
More information about the Zope3-Checkins
mailing list