From a681354cadf48394127796eb111c2904283c9288 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 25 Mar 2016 10:13:48 -0400 Subject: Clean up the interfaces directory. --- src/mailman/interfaces/workflow.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/mailman/interfaces/workflow.py') diff --git a/src/mailman/interfaces/workflow.py b/src/mailman/interfaces/workflow.py index bfd3ab89d..bf2138959 100644 --- a/src/mailman/interfaces/workflow.py +++ b/src/mailman/interfaces/workflow.py @@ -17,16 +17,11 @@ """Interfaces describing the state of a workflow.""" -__all__ = [ - 'IWorkflowState', - 'IWorkflowStateManager', - ] - - +from mailman import public from zope.interface import Attribute, Interface - +@public class IWorkflowState(Interface): """The state of a workflow.""" @@ -39,7 +34,7 @@ class IWorkflowState(Interface): data = Attribute('Additional data (may be JSON-encoded).') - +@public class IWorkflowStateManager(Interface): """The workflow states manager.""" -- cgit v1.2.3-70-g09d2