From 7fd9e5ab09b0da347da0607b47d2d3838bd80f0c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 25 Mar 2016 11:01:46 -0400 Subject: Clean up the model and languages directories. --- src/mailman/model/tests/test_workflow.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mailman/model/tests/test_workflow.py') diff --git a/src/mailman/model/tests/test_workflow.py b/src/mailman/model/tests/test_workflow.py index 2edfac69f..4c8c6776f 100644 --- a/src/mailman/model/tests/test_workflow.py +++ b/src/mailman/model/tests/test_workflow.py @@ -17,11 +17,6 @@ """Test the workflow model.""" -__all__ = [ - 'TestWorkflow', - ] - - import unittest from mailman.interfaces.workflow import IWorkflowStateManager @@ -29,7 +24,6 @@ from mailman.testing.layers import ConfigLayer from zope.component import getUtility - class TestWorkflow(unittest.TestCase): layer = ConfigLayer -- cgit v1.2.3-70-g09d2