From 4ed07296ceace8b6c6b040633aaafb34602ad7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Fri, 8 Feb 2013 16:17:17 +0100 Subject: [PATCH] [whos] Le rouge est agressif --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index 6a7f0843..84c835af 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -598,7 +598,7 @@ def machine_details(machine) : f+= "%s " % machine.nom() if machine.rid() != '': - f+= coul(u'rid=%s '% machine.rid(), 'rouge') + f+= coul(u'rid=%s '% machine.rid(), 'bleu') f+= "\n"