From 71f4dba327d0c20e8b95bbe70c7214fd47769e69 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Wed, 11 May 2005 14:16:56 +0000 Subject: [PATCH] backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.6--patch-11 damn, didn't commited the good file git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-641 --- bin/lists.rpc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index cf8d177..083651a 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -21,7 +21,7 @@ import base64, MySQLdb, os, getopt, sys, sha, signal, re, shutil, ConfigParser import MySQLdb.converters -import SocketServer, threading +import SocketServer sys.path.append('/usr/lib/mailman/bin') @@ -41,6 +41,7 @@ from Mailman import i18n from Mailman.UserDesc import UserDesc from Mailman.ListAdmin import readMessage from email.Iterators import typed_subpart_iterator +from threading import Lock class AuthFailed(Exception): pass -- 2.1.4