From: x2000habouzit Date: Thu, 28 Oct 2004 21:42:51 +0000 (+0000) Subject: dumb --> testing purpose X-Git-Tag: xorg/old~1150 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=29894662d5f2851c9cf0d0948a8b3e93da606dfe;p=platal.git dumb --> testing purpose --- diff --git a/scripts/mailman/foreach_template.py b/scripts/mailman/foreach_template.py index 229422f..fbaa493 100755 --- a/scripts/mailman/foreach_template.py +++ b/scripts/mailman/foreach_template.py @@ -18,7 +18,7 @@ #* Foundation, Inc., * #* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * #*************************************************************************** -# $Id: foreach_template.py,v 1.1 2004-10-27 10:59:28 x2000habouzit Exp $ +# $Id: foreach_template.py,v 1.2 2004-10-28 21:42:51 x2000habouzit Exp $ #*************************************************************************** import base64, MySQLdb, os, getopt, sys, MySQLdb.converters, sha, signal @@ -62,8 +62,10 @@ for listname in Utils.list_names(): continue try: mlist.Lock() - + + ############################################ # do treatement here + ############################################ mlist.Save() mlist.Unlock()