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/tests/test_lockfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/tests/test_lockfile.py') diff --git a/Mailman/tests/test_lockfile.py b/Mailman/tests/test_lockfile.py index ae0753578..9d6420e74 100644 --- a/Mailman/tests/test_lockfile.py +++ b/Mailman/tests/test_lockfile.py @@ -22,7 +22,7 @@ import shutil import tempfile import unittest -from Mailman.LockFile import LockFile +from Mailman.lockfile import LockFile LOCKFILE_NAME = '.mm-test-lock' -- cgit v1.2.3-70-g09d2