From 465a512248b53ff26b8c077fc66848ba0101da5f Mon Sep 17 00:00:00 2001 From: cohen Date: Sat, 7 Oct 2006 02:56:07 +0200 Subject: [PATCH] Indentation pour faire plaisir a Stphane darcs-hash:20061007005607-f6463-114512bd71800d445063fddd014dbc502c8cc58c.gz --- surveillance/arpwatch_sendmail.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/surveillance/arpwatch_sendmail.py b/surveillance/arpwatch_sendmail.py index d2f6b07f..6fcbd790 100755 --- a/surveillance/arpwatch_sendmail.py +++ b/surveillance/arpwatch_sendmail.py @@ -24,10 +24,10 @@ def info_machine(mac): for m in machines: adh = m.proprietaire() r = u""" - Recherche LDAP sur la MAC %(mac)s : - Nom de machine : %(nomMach)s , IP : %(ip)s, Prise : %(prise)s - Proprietaire : %(nomAdh)s, chambre %(chbre)s - """ % { "mac":mac, "nomMach":m.nom(), "ip":m.ip(), "prise":m.prise(),"nomAdh":adh.Nom(), "chbre":adh.chbre()} +Recherche LDAP sur la MAC %(mac)s : +Nom de machine : %(nomMach)s , IP : %(ip)s, Prise : %(prise)s +Proprietaire : %(nomAdh)s, chambre %(chbre)s +""" % { "mac":mac, "nomMach":m.nom(), "ip":m.ip(), "prise":m.prise(),"nomAdh":adh.Nom(), "chbre":adh.chbre()} s += r return s