From: Pierre Habouzit (MadCoder Date: Wed, 11 May 2005 14:16:56 +0000 (+0000) Subject: backport X-Git-Tag: xorg/old~121 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=71f4dba327d0c20e8b95bbe70c7214fd47769e69;p=platal.git 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 --- 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