iscsi: oubli d'un encode('utf-8')
This commit is contained in:
parent
e898a83b05
commit
366814f8de
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ map = {
|
||||||
|
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
print u"Terminé, mapping enregistré dans %s" % map_file
|
print (u"Terminé, mapping enregistré dans %s" % map_file).encode(coding)
|
||||||
|
|
||||||
print u"Le mapping actuel est : "
|
print (u"Le mapping actuel est : ").encode(coding)
|
||||||
print affich_tools.tableau(titre = ["lun", "nom"], data = map, alignement = ["g", "c"])
|
print affich_tools.tableau(titre = ["lun", "nom"], data = map, alignement = ["g", "c"])
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue