From: x2003bruneau Date: Sat, 29 Jul 2006 19:26:14 +0000 (+0000) Subject: Was this an error ??? X-Git-Tag: xorg/0.9.11~214 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=720a960d29388e5c549ca753088618548a4172c4;p=platal.git Was this an error ??? git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@700 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index b8e266b..e1fe3c5 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -170,7 +170,7 @@ def quote(s, is_header=False): h = Utils.oneline(s, 'iso-8859-1') else: h = s - h = str('').join(re.split('[\x00-\x09\x0B-\x1f]+', s)) + h = str('').join(re.split('[\x00-\x09\x0B-\x1f]+', h)) return Utils.uquote(h.replace('&', '&').replace('>', '>').replace('<', '<')) def to_forlife(email):