]> arthur.barton.de Git - bup.git/commitdiff
columnate: use // not / for division
authorRob Browning <rlb@defaultvalue.org>
Sun, 21 Jan 2018 22:26:24 +0000 (16:26 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 21 Jan 2018 22:31:53 +0000 (16:31 -0600)
Without this, columnate can go off into the weeds because Python 3
changed / to floating point.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>

No differences found