#* Foundation, Inc., *
#* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
#***************************************************************************
-# $Id: mailman-rpc.py,v 1.37 2004-09-25 09:48:07 x2000habouzit Exp $
+# $Id: mailman-rpc.py,v 1.38 2004-09-25 09:57:41 x2000habouzit Exp $
#***************************************************************************
import base64, MySQLdb, os, getopt, sys, MySQLdb.converters
return (userdesc,perms)
else:
return None
+
+ def log_message(self, format, *args):
+ return
################################################################################
#
# server
#
class FastXMLRPCServer(SimpleXMLRPCServer):
- allow_reuse_address = True
+ allow_reuse_address = True
################################################################################
#