From 5a90ed25ed7f824b34e27cade6f7eded77c23b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Tue, 8 Jan 2013 20:27:25 +0100 Subject: [PATCH] =?UTF-8?q?[Nols]=20On=20vire=20les=20accents=20dans=20les?= =?UTF-8?q?=20fichiers=20de=20gestion=20de=20la=20baie=20de=20disques,=20c?= =?UTF-8?q?ar=20ils=20engendrent=20des=20plantages=20non=20d=C3=A9sir?= =?UTF-8?q?=C3=A9s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: cede81deef3853019d111b256ea6c957 darcs-hash:20130108192725-b6762-005f3e83427c245a66fd685ca871b1b6db954d3f.gz --- gestion/iscsi/nols-get-volume-mapping.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gestion/iscsi/nols-get-volume-mapping.py b/gestion/iscsi/nols-get-volume-mapping.py index e9a94c1a..1be52964 100755 --- a/gestion/iscsi/nols-get-volume-mapping.py +++ b/gestion/iscsi/nols-get-volume-mapping.py @@ -18,16 +18,16 @@ import affich_tools map_file = ISCSI_MAP_FILE_TEMPLATE % "nols" -print u"Connexion à la baie de stockage..." +print u"Connexion a la baie de stockage..." nols = nolslib.Nols() -print u"Récupération des informations..." +print u"Recuperation des informations..." map = nols.volume_map().items() map.sort() -print u"Déconnexion..." +print u"Deconnexion..." nols.logout() @@ -50,7 +50,7 @@ f.write("}\n") f.close() -print u"Terminé, mapping enregistré dans %s" % map_file +print u"Termine, mapping enregistre dans %s" % map_file print u"Le mapping actuel est:" print affich_tools.tableau(titre = ["lun", "nom"], data = map, alignement = ["g", "c"])