mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-27 11:30:06 +00:00
Jarrod Johnson
5b1e144d32
Fix python3 problem with backspace
In python3, a single element reference of a bytes is an int, not equal to a b'' of the same length and value. Change to use slices to have python2 and python3 act the same.
Description
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%