dumb --> testing purpose
authorx2000habouzit <x2000habouzit>
Thu, 28 Oct 2004 21:42:51 +0000 (21:42 +0000)
committerx2000habouzit <x2000habouzit>
Thu, 28 Oct 2004 21:42:51 +0000 (21:42 +0000)
scripts/mailman/foreach_template.py

index 229422f..fbaa493 100755 (executable)
@@ -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()