From 6e22adb521769a666d3db85384d619528d7982a0 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 1 Jan 2009 12:17:16 -0500 Subject: More test repairs. Fix a typo in the core mailman.cfg file. --- mailman/queue/pipeline.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mailman/queue/pipeline.py') diff --git a/mailman/queue/pipeline.py b/mailman/queue/pipeline.py index 4d4be7790..532e256d1 100644 --- a/mailman/queue/pipeline.py +++ b/mailman/queue/pipeline.py @@ -22,15 +22,13 @@ through the 'preparation pipeline'. This pipeline adds, deletes and modifies headers, calculates message recipients, and more. """ -from mailman.app.pipelines import process +from mailman.core.pipelines import process from mailman.config import config from mailman.queue import Runner class PipelineRunner(Runner): - QDIR = config.PIPELINEQUEUE_DIR - def _dispose(self, mlist, msg, msgdata): # Process the message through the mailing list's pipeline. process(mlist, msg, msgdata, mlist.pipeline) -- cgit v1.2.3-70-g09d2