[Affichage] Bugfix qui en a introduit un autre

This commit is contained in:
Pierre-Elliott Bécue 2014-06-21 19:31:09 +02:00
parent 8a8fdd3931
commit 6ca9a058e1

View file

@ -42,7 +42,7 @@ import time
import re import re
oct_names = ["Pio", "Tio", "Gio", "Mio", "Kio"] oct_names = ["Pio", "Tio", "Gio", "Mio", "Kio"]
oct_sizes = [1024**(len(oct_names) - i - 1) for i in xrange(0, len(oct_names))] oct_sizes = [1024**(len(oct_names) - i) for i in xrange(0, len(oct_names))]
term_format = '\x1b\[[0-1];([0-9]|[0-9][0-9])m' term_format = '\x1b\[[0-1];([0-9]|[0-9][0-9])m'
dialog_format = '\\\Z.' dialog_format = '\\\Z.'
sep_col = u"|" sep_col = u"|"