[Affichage] Bugfix qui en a introduit un autre
This commit is contained in:
parent
8a8fdd3931
commit
6ca9a058e1
1 changed files with 1 additions and 1 deletions
|
@ -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"|"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue