From 56ebf923ff311b4c1d195d46c04cadca4940b638 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 23 Mar 2012 13:36:58 -0400 Subject: Rename the src/mailman/pipeline directory to src/mailman/handlers since that's how I think about them anyway. --- src/mailman/core/pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/core/pipelines.py') diff --git a/src/mailman/core/pipelines.py b/src/mailman/core/pipelines.py index d5cee588b..9d24cc61f 100644 --- a/src/mailman/core/pipelines.py +++ b/src/mailman/core/pipelines.py @@ -131,7 +131,7 @@ class VirginPipeline(BasePipeline): def initialize(): """Initialize the pipelines.""" # Find all handlers in the registered plugins. - for handler_class in find_components('mailman.pipeline', IHandler): + for handler_class in find_components('mailman.handlers', IHandler): handler = handler_class() verifyObject(IHandler, handler) assert handler.name not in config.handlers, ( -- cgit v1.2.3-70-g09d2