From 29d0ac3275a1b36082e1ae934c6e4e2f45f604c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 29 Nov 2011 11:26:38 +0100 Subject: [PATCH] do not obfuscate emails --- tabellio/pcfdb/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabellio/pcfdb/sync.py b/tabellio/pcfdb/sync.py index 403f946..60d0996 100644 --- a/tabellio/pcfdb/sync.py +++ b/tabellio/pcfdb/sync.py @@ -789,7 +789,7 @@ class SyncFromPcfDbView(BrowserView): break titre, sexe, nom, prenom, adjoint, email, attrib = row s.append('
  • %s %s %s' % ( - email.replace('@', ' arobase ').replace('.', ' point '), + email, titre, prenom, nom)) if adjoint: if sexe == 'M':