From 1ad73a52bb9d82ef3af1e34ad9ef66ac2eda2909 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 10 Oct 2007 23:22:03 -0400 Subject: General cleanups some of which is even tested . Mailman.LockFile module is moved to Mailman.lockfile. Remove a few more MailList methods that aren't used any more, e.g. the lock related stuff, the Save() and CheckValues() methods, as well as ChangeMemberName(). Add a missing import to lifecycle.py. We no longer need withlist to unlock the mailing list. Also, expose config.db.flush() in the namespace of withlist directly, under 'flush'. --- Mailman/queue/outgoing.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Mailman/queue/outgoing.py') diff --git a/Mailman/queue/outgoing.py b/Mailman/queue/outgoing.py index a1e64096d..8322766a4 100644 --- a/Mailman/queue/outgoing.py +++ b/Mailman/queue/outgoing.py @@ -26,7 +26,6 @@ import socket import logging from Mailman import Errors -from Mailman import LockFile from Mailman import Message from Mailman.configuration import config from Mailman.queue import Runner, Switchboard -- cgit v1.2.3-70-g09d2