From fc7a928fb561e35c8280aba22175fd26cc1d7211 Mon Sep 17 00:00:00 2001 From: helmutm Date: Fri, 16 May 2008 10:07:51 +0000 Subject: [PATCH] rename 'publishing' states definition to 'simple_publishing' for unification of naming with loops.organize.stateful git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2597 fd906abe-77d9-0310-91a1-e0d9ade77398 --- stateful/publishing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stateful/publishing.py b/stateful/publishing.py index 1286b2c..41a9d90 100644 --- a/stateful/publishing.py +++ b/stateful/publishing.py @@ -32,7 +32,7 @@ from cybertools.stateful.interfaces import IStatesDefinition @implementer(IStatesDefinition) def simplePublishing(): - return StatesDefinition('publishing', + return StatesDefinition('simple_publishing', State('private', 'private', ('show', 'archive', 'remove'), color='red'), State('draft', 'draft', ('publish', 'hide', 'archive', 'remove'), color='yellow'),