mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-26 19:10:30 +00:00
74af077651
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.